Commit | Date | |
---|---|---|
[r474]
(4.5 kB)
by
delphidabbler
* Changed character set testing code in several units to use char set helper functions added to UUnicodeHelper.pas instead of testing directly against literal or constant sets. This prevents Delphi 2010 warnings about WideChar being reduced to byte char in set expressions. |
2009-10-24 20:53:52 |
View
Download |
[r473]
(3.0 kB)
by
delphidabbler
Modified TAppInfo.GenerateKey to be Unicode compatible: now uses new ASCIIBytesOf routine (added to UUnicodeHelper unit) to ensure program key contains only ASCII characters. |
2009-10-24 18:03:10 |
View
Download |
[r470]
(2.8 kB)
by
delphidabbler
* Added support for Latin1 code page: string definition, code page constant, custom encoding class and Latin1BytesOf helper function. |
2009-10-24 10:22:37 |
View
Download |
[r447]
(1.6 kB)
by
delphidabbler
* Added new UUnicodeHelper unit that contains code designed to aid porting to Unicode. |
2009-10-22 00:09:18 |
View
Download |