> I have a slight problem with sqlite and its text encoding. I read from
> documents that sqlite handles UTF-8 by using a command PRAGMA encoding =
> "UTF-8"; etc.

SQLite assumes UTF-8 unless you specify some other format, such as UTF16 
(UTF-16le), UTF16le, or UTF16be

Is your text an SBCS file (using some SBCS codepage) rather than an MBCS file 
(eg UTF-8)?

---
()  ascii ribbon campaign against html e-mail
/\  www.asciiribbon.org




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

Reply via email to