Commit | Date | |
---|---|---|
[r1176]
by
delphidabbler
Changed private TFileIO.BytesToStream method to append byes to stream rather than overwriting the stream. |
2010-12-04 19:45:50 | Tree |
[r1175]
by
delphidabbler
Refactored TFileIO so as not to use TFile and added new WriteAllText public method. |
2010-12-04 19:33:39 | Tree |
[r1174]
by
delphidabbler
Changed to use UIOUtils unit rather than IOUtils unit for read / writing to files. |
2010-12-04 17:36:06 | Tree |
2010-12-04 17:34:53 | Tree | |
[r1172]
by
delphidabbler
* Modified TDatabaseIniFile and TIniDataReader to handle encoding of database files correctly: they now support legacy default encoding and new UTF-8 encoding. Did this by using bew TMainDBFileReader class to do all file loading. |
2010-12-04 15:14:31 | Tree |
[r1171]
by
delphidabbler
New UMainDBFileReader unit. Implements class that can read files from main database using correct encoding. |
2010-12-04 14:42:46 | Tree |
[r1170]
by
delphidabbler
* Made all interface implementation methods in TDOSDateTime public. |
2010-12-04 02:43:04 | Tree |
[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 |