mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 12:00:29 +02:00
lazutils: flag for system codepage CP_UTF8
git-svn-id: trunk@46845 -
This commit is contained in:
parent
0f7c742f16
commit
dfcc20520a
@ -66,4 +66,10 @@ begin
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
{$IFDEF EnableUTF8RTL}
|
||||
initialization
|
||||
DefaultSystemCodePage:=CP_UTF8;
|
||||
DefaultRTLFileSystemCodePage:=CP_UTF8;
|
||||
{$ENDIF}
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user