[Htmlparser-user] Encoding not detected, EncodingChangeException
Brought to you by:
derrickoswald
From: Frank L. <Fra...@20...> - 2009-06-12 18:07:27
|
Hello, parsing the page http://www.nbp.pl/Kursy/KursyA.html leads to an EncodingChangeException. The htmlparser uses the default encoding ISO-8859-1 and does not recognize the charset UTF-8 given in the head of this html-page. Setting the encoding to UTF-8 using Parser.setEncoding() works, but shouldn't this work without? Regards Frank Langelage |