I'm not too familiar with WebClient so I'm not sure, but perhaps it
defaults to using the system charset (which happens to be UTF-8 on Mac and
ISO-8859-1 or something on your device?)

Just a possible explanation.

Jeff

On Wed, Feb 22, 2012 at 5:36 AM, MilkyJoe <[email protected]>wrote:

> Finally got to the bottom of the problem.
>
> I was using the WebClient.DownloadString to obtain the RSS feed. The ???
> were appearing in the results of that call. Adding an encoding of
> System.Text.Encoding.UTF8 to the WebClient appears to have fixed the
> problem
> :)
>
> Any idea why this wasn't necessary on the simulator?
>
> --
> View this message in context:
> http://monotouch.2284126.n4.nabble.com/characters-appearing-in-my-UITableView-and-UIWebView-views-tp4407802p4409879.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to