mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 06:38:06 +02:00
LCL: comment
git-svn-id: trunk@46870 -
This commit is contained in:
parent
58c722f1a5
commit
d01c453f5f
@ -69,7 +69,8 @@ end;
|
||||
{$IFDEF EnableUTF8RTL}
|
||||
initialization
|
||||
SetMultiByteConversionCodePage(CP_UTF8);
|
||||
SetMultiByteRTLFileSystemCodePage(CP_UTF8)
|
||||
// SetMultiByteFileSystemCodePage(CP_UTF8); not needed, this is the default under Windows
|
||||
SetMultiByteRTLFileSystemCodePage(CP_UTF8);
|
||||
{$ENDIF}
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user