c++ - Decode RSS characters (WP8.1/AppStudio) -
i've made simple rss reader using appstudio windows. problem rss feed xml contains characters need decoded in order fetched application.
to more specific, character should shown "ë" being shown "& # x e b ;"(notice spaces between characters browser not auto-decode it.)
i've tried making changes html2xaml.cs file, without success.
if of guide me solving problem grateful. put me in right track , i'll sure find solution, if not have specific answer is.
here full html2xaml file uploaded on pastebin: http://pastebin.com/egt3wxtm
depending on version of app need use:
httputility.htmldecode or htmlencode
or
system.net.webutility.htmldecode or htmlencode
there more methods in class, url encoding , decoding.
Comments
Post a Comment