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

There are 16-bit SQLite APIs for that, no conversion needed actually. But of course it all depends of the wrapper you use, if any.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to