Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

TIpHtmlPanel default encode problems (lazarus/components/turbopower_ipro/iphtml.pas) #6

Open
WorldException opened this issue Sep 12, 2016 · 0 comments

Comments

@WorldException
Copy link

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;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant