mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-31 16:56:21 +02:00
TurboPower_iPro: Use UTF-8 as default encoding of documents without meta tag. Issue #37992, patch by Zaher Dirkey.
git-svn-id: trunk@64078 -
This commit is contained in:
parent
93df80a1da
commit
9c4f8b738e
@ -7840,7 +7840,7 @@ begin
|
||||
ListLevel := 0;
|
||||
StartPos := CharStream.Position;
|
||||
{$IFDEF IP_LAZARUS}
|
||||
FDocCharset := 'ISO-8859-1';
|
||||
FDocCharset := 'UTF-8';
|
||||
FHasBOM := false;
|
||||
Ch1 := GetChar;
|
||||
Ch2 := GetChar;
|
||||
|
Loading…
Reference in New Issue
Block a user