SQLite3 and Unicode Strings - Problem

2009-04-07 Thread Тимофей Даньшин
Hello. In my application, I have the need to store strings with non-latin characters in a SQLite database. But when I insert them, they become corrupt. When i bind the string to the prepared statement, i do make sure it is in UTF-8: sqlite3_bind_text(sentence_insert_statement, 1, [string

re: SQLite3 and Unicode Strings - Problem

2009-04-07 Thread Ben Trumbull
In my application, I have the need to store strings with non-latin characters in a SQLite database. But when I insert them, they become corrupt. When i bind the string to the prepared statement, i do make sure it is in UTF-8: sqlite3_bind_text(sentence_insert_statement, 1, [string UTF8String],