Closed paulocoutinhox closed 11 years ago
Hi,
Im trying insert this text on database in a NSString column:
@"A História do Coração Selvagem"
But when i read the column from database and show on tableview it show a text with utf8 problem.
I have opened the database with a sqlite client and the text was write correct, so i think that the problem is when i read.
Images are attached.
Database screenshot.
I have created a pull request to correct the problem. Test it please. On my project is working fine.
Test if NSDecimalNumber still working too.
Problem solved with my pull request.
Hi,
Im trying insert this text on database in a NSString column:
@"A História do Coração Selvagem"
But when i read the column from database and show on tableview it show a text with utf8 problem.
I have opened the database with a sqlite client and the text was write correct, so i think that the problem is when i read.
Images are attached.