Hello Mite,

You  just  need  to convert it to UTF-8 before insert, then convert it
back when you pull the data.

UTF-16->UTF8 - insert
Select - UTF8->UTF16

Or  whatever  encoding  you  use.  I  insert  and  retrieve full asian
languages  using  UTF-8  conversions. You should be using UTF-8 for you
filenames when opening the DB too.



C


Saturday, March 10, 2012, 12:07:23 PM, you wrote:

M> I am using the newest version of SQLite. How do I enable support for
M> Cyrillic letters? Whenever I enter something in the DB with Cyrillic
M> letters it gets saved like this ??????

M> Thanks
M> _______________________________________________
M> sqlite-users mailing list
M> sqlite-users@sqlite.org
M> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



-- 
Best regards,
 Teg                            mailto:t...@djii.com

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to