i have a UITableview, in the tableview i'm grabbing a JSON feed. But sometimes it's displaying htmlcharacters like “
instead of “
does anyone know how i can convert this in xcode?
Can i set a encoding for my textlabel?
[[cell textLabel] setText:[item objectForKey:@"title" ]];