You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
Most sites has UTF-8 encoding by default, but this don't recognize correctly.
I'm fix this every relize freepascal. Please fix library.
lazarus/components/turbopower_ipro/iphtml.pas
procedure TIpHtml.Parse;
...
StartPos := CharStream.Position;
{$IFDEF IP_LAZARUS}
FDocCharset := 'ISO-8859-1'; <- please change to 'UTF-8'
FHasBOM := false;
The text was updated successfully, but these errors were encountered: