how to test & result is:
zzz := 'DefaultSystemCodePage = ' + Inttostr(DefaultSystemCodePage) +
LineEnding +
'DefaultUnicodeCodePage = ' + Inttostr(DefaultUnicodeCodePage) +
LineEnding +
'DefaultFileSystemCodePage = ' + Inttostr(DefaultFileSystemCodePage) +
LineEnding +
'DefaultRTLFileSystemCodePage = ' +
Inttostr(DefaultRTLFileSystemCodePage) + LineEnding +
'UTF8CompareLocale =' + Inttostr(UTF8CompareLocale);
ShowMessage(zzz);
with or without -FcUTF8,-dEnableUTF8
DefaultSystemCodePage = 65001
DefaultUnicodeCodePage = 0
DefaultFileSystemCodePage = 65001
DefaultRTLFileSystemCodePage = 65001
UTF8CompareLocale =0
On 19.02.2015 13:07, luiz americo pereira camara wrote:
May you also check the DefaultSystemCodePage value
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus