LCL: comment

git-svn-id: trunk@46870 -
This commit is contained in:
mattias 2014-11-17 02:07:05 +00:00
parent 58c722f1a5
commit d01c453f5f

View File

@ -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.