I'm pulling in data from an RSS feed, and displaying it in a UITableView (the
headings and summary description) and a UIWebView (the full html content).
On the device simulator, this is all working perfectly. On the device,
however, non-standard characters are being replaced with "???".

The invalid characters include “, ” and ’, as well as escape sequences such
as “ (in the html content only).

I've tried adding code to replace these characters. Again, this appears to
work fine in the simulator, but the "???" text is still appearing on the
device.

How can I fix this?

Thanks

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/characters-appearing-in-my-UITableView-and-UIWebView-views-tp4407802p4407802.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to