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
