mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 22:50:22 +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}
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
{$IFDEF EnableUTF8RTL}
|
||||||
|
initialization
|
||||||
|
DefaultSystemCodePage:=CP_UTF8;
|
||||||
|
DefaultRTLFileSystemCodePage:=CP_UTF8;
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user