On 04/16/2016 11:02 AM, Mattias Gaertner wrote:
For instance using {$codepage utf8} tells the compiler to convert all your literals to UTF-16. Without the {$codepage} the compiler preserves the real codepage.
I.e. (compiling in a UTF-8 based Linux)

- using {$codepage utf8} tells the compiler to convert all your literals to UTF-16 - not using {$codepage utf8} tells the compiler to convert all your literals to UTF-8

The compiler is making fun of me ... :-)

-Michael
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to