Need unicode characters in UITableView

Posted by Lee Armstrong on Stack Overflow See other posts from Stack Overflow or by Lee Armstrong
Published on 2010-06-12T15:37:24Z Indexed on 2010/06/12 15:42 UTC
Read the original article Hit count: 216

I have some NSString varibales that incude items like Ð and Õ and if I do

cell.textLabel.text = person.name;

and if it contains one of those characters the cell.textlabel is blank!

Any ideas?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about nsstring