mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:20:26 +02:00
TurboPower_iPro: Better fix to encoding issue than r64079 #75bc98773e. Issue #37992.
git-svn-id: trunk@64080 -
This commit is contained in:
parent
75bc98773e
commit
1c839c1369
@ -5799,8 +5799,8 @@ begin
|
|||||||
{$IFDEF IP_LAZARUS}
|
{$IFDEF IP_LAZARUS}
|
||||||
Lst := TStringList.Create;
|
Lst := TStringList.Create;
|
||||||
GetSupportedEncodings(Lst);
|
GetSupportedEncodings(Lst);
|
||||||
if Lst.IndexOf(FDocCharset)=0 then
|
if Lst.IndexOf(FDocCharset)=-1 then
|
||||||
FDocCharset := 'UTF-8';
|
FDocCharset := '';
|
||||||
Lst.Free;
|
Lst.Free;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user