AlexDenisov / iActiveRecord

ActiveRecord for iOS without CoreData, only SQLite
http://alexdenisov.github.com/iActiveRecord/
MIT License
354 stars 50 forks source link

UTF-8 Support on NSString Column #46

Closed paulocoutinhox closed 11 years ago

paulocoutinhox commented 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.

screen shot 2013-08-06 at 10 10 52 pm

paulocoutinhox commented 11 years ago

Database screenshot.

screen shot 2013-08-06 at 10

paulocoutinhox commented 11 years ago

I have created a pull request to correct the problem. Test it please. On my project is working fine.

paulocoutinhox commented 11 years ago

Test if NSDecimalNumber still working too.

paulocoutinhox commented 11 years ago

Problem solved with my pull request.