[Lazarus] -FcUTF8,-dEnableUTF8 create problem
FreeMan
freeman35 at delphiturkiye.com
Thu Feb 19 12:38:38 CET 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20150219/796ed0aa/attachment-0003.html>
More information about the Lazarus
mailing list