Closed GoogleCodeExporter closed 8 years ago
You have to setup "CodePage" according to the character of RSS.
If you omit a setup of CodePage, WebParser.dll will parse the page by UTF-8.
Many RSS in the world are unified by UTF-8. but there is the different one,
too.
http://www.spiegel.de/schlagzeilen/tops/index.rss
This character of RSS is "8859-1". so you should define "CodePage=28591"
If you want to be found the details of CodePage, the following sites will be
helpful.
http://msdn.microsoft.com/en-us/library/dd317756%28VS.85%29.aspx
Now, although it is about another problem, there is no solution with this
decisive.
http://rss.focus.de/fol/XML/rss_folnews.xml
You only replace each word by "Substitute".
e.g. Substitute="ü":"ü",.....etc
Original comment by kenz0.sa...@gmail.com
on 12 Apr 2009 at 2:29
[deleted comment]
Excellent, I did not know that.
Works fine now, thank you very much.
Original comment by mcbe...@gmail.com
on 12 Apr 2009 at 10:44
Original comment by brian.to...@gmail.com
on 13 Apr 2009 at 5:53
Original issue reported on code.google.com by
mcbe...@gmail.com
on 11 Apr 2009 at 10:49