Martin Schreiber wrote on Thu, 10 Dec 2015:

On Thursday 10 December 2015 12:01:49 Graeme Geldenhuys wrote:

===========================
program project1;

{$mode delphiunicode}{$H+}

Try {$codepage utf8}.

That won't change anything, because {$mode delphiunicode} implies "use the default system code page to interpret the source code", and that's UTF-8 on his system.


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

Reply via email to