Hello!
Is there a way to parse xml content to unicode format?
I'm getting this:
"Minél nagyobb a család, annál nehezebb az újdonsült barátnak-barátnőnek beilleszkedni."
But I'd like this:
"Minél nagyobb a család, annál nehezebb az újdonsült barátnak-barátnőnek beilleszkedni."
I'm using a web service to download an rss feed asynchronously to a WPF datagrid, and I get all the texts in the above format.
What could I do?
I've tried the HttpUtiliy.HtmlDecode(), but did no good at all.
Thanks in advance!