I am using UIWebView to load a html file in app bundle, which has some text and there is a ‘é’ for café, but it is displayed in simulator as: cafA©, and there is a tilde above A, how do I show that character? Is there anything like for space?
Thanks!
Thanks to bitmapdata.com and iBlue, I added this line:
and used é directly it worked.