Menu

Old Code (SVN) Commit Log


Commit Date  
[r1169] by delphidabbler

* Changed TDBDownloadMgr.GetDatabase to return character set used to encode data stream along with data stream itself.
* Changed TUpdateMgr to pass char set info along to TFileUpdater.
* Changed TFileUpdater to decode stream data using char set passed from TDBDownloadMgr.
* XMLDoc commented UFileUpdater unit.

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
[r1165] by delphidabbler

Small changes to XMLDoc comments.

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.
* Completely rewrote TWebCharEncodings to descend from TEncodingHelper.
* Lots of work on XMLDoc comments.

2010-12-03 21:18:06 Tree
[r1163] by delphidabbler

Made minor change to XMLDoc comments.

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.
* Updated affected code in UEncodings and UHTMLTemplate units.
* Improved XMLDoc commenting in UEncodings unit.

2010-12-03 15:54:40 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.