[Htmlparser-user] Character Encoding
Brought to you by:
derrickoswald
|
From: <bo...@ti...> - 2008-05-12 11:31:57
|
Hi,
I have a strange problem and I can’t get my head around it. Hopefully
someone can point me in the right direction. I’m using the following
code with HTMLParser 1.6 to retrieve web pages:
parser = new Parser
(URL);
ThePage = parser.parse
(null);
MyPage = ThePage.toHtml();
On some pages (not all…) if the HTML page contains:
£10 Free
“My Page” contains “?10 Free” on other pages it works fine.
I guess it has something to do with character encoding? Can someone
suggest what I add where to get this to work correctly (I would like to
keep the “£10 Free”)
Thanks in advance
Brian
_______________________________
How can you protect children online? Find out - http://www.tiscali.co.uk/protection
|