i’m grabbing a JSON feed with HTML characters, in the webview is displaying good. But in my TableView (detailtext) i see the HTML characters like é what needs to be é. Is there a way to show é and not é
[[cell detailTextLabel] setText:[item objectForKey:@"description"]];
try to use that category, you will surely be of help:
NSString+HTML