charset=iso-8859-1
Posted: 2024-09-18 01:51:51
In this page: http://www.mondourania.com/Urania/u841- ... nia853.htm my code:
has no effects.
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.![smile :)](./images/smilies/smile.gif)
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.
![smile :)](./images/smilies/smile.gif)