lazutils: when EnableUTF8RTL: reread FormatSettings, see bug #27086

git-svn-id: trunk@46982 -
This commit is contained in:
mattias 2014-11-24 13:43:54 +00:00
parent a570fc82eb
commit 9a88b2ee68

View File

@ -71,6 +71,7 @@ initialization
SetMultiByteConversionCodePage(CP_UTF8);
// SetMultiByteFileSystemCodePage(CP_UTF8); not needed, this is the default under Windows
SetMultiByteRTLFileSystemCodePage(CP_UTF8);
GetFormatSettings;
{$ENDIF}
end.