mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 23:20:33 +02:00
lazutils: when EnableUTF8RTL: reread FormatSettings, see bug #27086
git-svn-id: trunk@46982 -
This commit is contained in:
parent
a570fc82eb
commit
9a88b2ee68
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user