Closed GoogleCodeExporter closed 9 years ago
Seems like google sends latin exended chars as html char codes:
http://www.thesauruslex.com/typo/eng/enghtml.htm
and kxml parser don't understand it.
Need to investigate and maybe extend parser to undestand (or ignore as
workaround)
such char codes.
Original comment by ydan...@gmail.com
on 12 Dec 2007 at 7:25
This patch extends KXmlParser to parse known latin1 character codes like \á\;
or \©\;.
If character code is unknown it will be parsed as it is. ("&unknown;" =>
"&unknown;")
Original comment by ydan...@gmail.com
on 14 Dec 2007 at 2:22
Attachments:
Latest version 2.0.5 working correctly without this exception. Maybe you could
close
this issue now.
Thanks for the patch ;)
Original comment by darthia
on 8 Jan 2008 at 3:15
Issue resolved as of 2.0.5
Original comment by Yusuf.A...@gmail.com
on 8 Jan 2008 at 3:27
Original issue reported on code.google.com by
darthia
on 10 Dec 2007 at 7:53