0

How can I replace special characters in my UITextView?

I'm receiving an NSString that contains characters such as "I'm" instead of I'm and I'd like to reformat so it appears properly in my app.

scientiffic
  • 9,045
  • 18
  • 76
  • 149
  • Do those HTML entities appear if you don't remove the HTML tags or only after removing the tags? – rmaddy Sep 08 '14 at 03:42
  • good point – actually, this is an issue regardless of removing the HTML tags (I've edited the question to reflect this) – scientiffic Sep 08 '14 at 03:43
  • 1
    got it, thanks for sharing the link to the original question. I ended up incorporating the library mentioned, and it worked. – scientiffic Sep 08 '14 at 03:57

0 Answers0