[DUG] Thai Baht Symbol - or Hex value to String converted

Jeremy North jeremy.north at gmail.com
Fri Aug 3 16:51:25 NZST 2007


> There are however a couple of pitfalls (at least in Delphi7, not sure any of
> them got fixed in any of the newer Delphi version and there are plenty more
> bugs in any of the older Delphi version in this regard!):
>
> Following is a "DON'T DO", Unicode doesn't work from within Delphi source
> code:
>  Label1.Caption := 'symbol (ß)';

Since Delphi 8, the editor has supported non-ansi file formats.

Test Form
Binary Form
Binary
Big Endian (UCS-2)
Little Endian (UCS-2)
Big Endian (UCS-4)
Little Endian (UCS-4)
UTF-8
Ansi

Lets hope that the release after Highlander with a unicode VCL also
includes UTF-16 (because hopefully that will be supported by the new
vcl).



More information about the Delphi mailing list