Menu

Old Code (SVN) Commit Log


Commit Date  
[r488] by delphidabbler

Replaced printable characters specified in form #xxx with actual character literal. This to avoid cases where Unicode code point for a character is different to Ansi / Latin-1 code point.

2009-10-26 16:25:51 Tree
[r487] by delphidabbler

* Rationalised TDataStreamWriter code, removing redundant methods.
* Changed Unicode only TDataStreamWriter methods that write strings to specifically use UnicodeString type.
* Revised and completed commenting of TDataStreamWriter.

2009-10-25 16:11:38 Tree
[r486] by delphidabbler

* Extended TLatin1Encoding class with a class property the provides a singleton instance.
* Added Latin1Encoding encoding function that provide alternative access to TLatin1Encoding singleton.
* Removed unused IsLatin1Char function.
* Reimplemented ANSI version of ASCIIBytesOf function to replace non-ASCII chars with '?' character.
* Documented the UUnicodeHelper.pas unit.

2009-10-25 15:36:11 Tree
[r485] by delphidabbler

* Changed TUserDBBackup.Backup to convert string for which checksum is required to Latin1 bytes using Latin1Bytes from UUnicodeHelper.pas rather than BytesOf.
* Removed Ansi compiler only implementation of BytesOf from public section of UUnicodeHelper.pas and renamed implementation as AnsiStringBytesOf for internal use only.

2009-10-25 12:47:25 Tree
[r484] by delphidabbler

* Replaced TDataStreamReader string type with Latin1String.
* Deleted TDataStreamReader from UDataStreamIO.pas.

2009-10-25 12:28:20 Tree
[r483] by delphidabbler

Added some new general TODOs.

2009-10-25 02:08:42 Tree
[r482] by delphidabbler

* Removed TODO comments that simply documented changes made to compile with Delphi 2010.
* Removed any commented out code.

2009-10-25 00:22:47 Tree
[r481] by delphidabbler

Delete redundant private IsWhiteSpace routine from UUtils unit. Version in UUnicodeHelper unit now used in preference.

2009-10-25 00:01:29 Tree
[r480] by delphidabbler

Added routines to UUnicodeHelper unit to safely convert a string to a Latin-1 encoded AnsiString and to check if a character is Latin-1.

2009-10-24 23:52:28 Tree
[r479] by delphidabbler

Modified code that reads and writes encrypted data to ensure the strings to be encrypted and decrypted are safely converted to the Latin1 code page.

2009-10-24 23:50:26 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.