Commit | Date | |
---|---|---|
[r1169]
by
delphidabbler
* Changed TDBDownloadMgr.GetDatabase to return character set used to encode data stream along with data stream itself. |
2010-12-04 02:04:35 | Tree |
[r1168]
by
delphidabbler
Changed THTTPEx.GetResponseCharSet to return a default char set name when HTTP response does not include a char set. Previously returned empty string. Don't want empty string because TWebCharEncodings interprets it differently to TEncodingHelper, so we would get a different encoding for empty char set from each class. |
2010-12-04 02:01:22 | Tree |
[r1167]
by
delphidabbler
Added new ResponseCharSet property to both THTTPEx and TBaseWebService that returns the character set used for the last HTTP response. |
2010-12-04 01:11:48 | Tree |
[r1166]
by
delphidabbler
Changed THTTPEx.DoRequestText to use new TWebCharEncodings.FreeEncoding method to free its encoding object. |
2010-12-03 21:21:37 | Tree |
2010-12-03 21:20:28 | Tree | |
[r1164]
by
delphidabbler
* Heavily revised TEncodingHelper to enable classes to descend from it that offer only a subset of its supported encodings. |
2010-12-03 21:18:06 | Tree |
2010-12-03 16:29:45 | Tree | |
[r1162]
by
delphidabbler
Replaced call to now removed Windows1252BytesOf routine with code that creates and uses a suitable encoding to perform the same function. |
2010-12-03 16:28:23 | Tree |
[r1161]
by
delphidabbler
Removed all Windows-1252 helper code: string type, bytes array conversions and associated private helper class. |
2010-12-03 16:20:48 | Tree |
[r1160]
by
delphidabbler
* Removed Windows1252CodePage and ASCIICodePage constants from UEncodings. They were duplicated by constants in TEncodingHelper. |
2010-12-03 15:54:40 | Tree |