Code: Select all
ComicURL := 'http://www.mondourania.com/Urania/u841-860/urania853.htm';
Page := GetPage(ComicURL);
CharAbNormal := '<TR>';
CharNormal := '<tr>';
StringReplace(Page, CharAbNormal, CharNormal);
I think that charset iso-8859-1 specified in html page could be the problem.
Am I right or my code is wrong?
what can I do?
Thanks.