Hi MilkyJoe,

This *might* be a font issue. It's possible that the font on the device
does not have the same set of glyphs that the simulator has available.

A possible workaround is to replace those characters in the string with the
ASCII equivalent.

Hopefully someone else has a less hacky solution, but that's all I can
think of.

Jeff

On Tue, Feb 21, 2012 at 1:09 PM, MilkyJoe <[email protected]>wrote:

> 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 &#8220; (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
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to