Need unicode characters in UITableView
- by Lee Armstrong
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?