mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 02:40:03 +02:00
LCL: inipropstorage: fix FPC trunk encoding problem. Issue #33112
git-svn-id: trunk@57220 -
This commit is contained in:
parent
aa92fa38c9
commit
a6733caa52
@ -93,7 +93,7 @@ begin
|
||||
end;
|
||||
FReadOnly:=ReadOnly;
|
||||
if not (csDesigning in ComponentState) then
|
||||
FInifile:=IniFileClass.Create(GetIniFileName);
|
||||
FInifile:=IniFileClass.Create(GetIniFileName{$IF FPC_FULLVERSION>=30101}, TEncoding.UTF8{$ENDIF});
|
||||
end;
|
||||
Inc(FCount);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user