Objective-C: How to replace HTML entities?

Posted by arielcamus on Stack Overflow See other posts from Stack Overflow or by arielcamus
Published on 2010-03-02T16:32:15Z Indexed on 2010/03/21 23:41 UTC
Read the original article Hit count: 627

Hi,

I'm getting text from Internet and it contains html entities (i.e. ó = ó). I want to show this text into a custom iPhone cell.

I've tried to use a UIWebView into my custom cell but I prefer to use a multiline UILabel. The problem is I can't find any way of replacing these HTML entities.

© Stack Overflow or respective owner

Related posts about html

Related posts about special-characters