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:
wp 2020-10-27 10:50:23 +00:00
parent 93df80a1da
commit 9c4f8b738e

View File

@ -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;