J. R. Westmoreland <j...@jrw.org> wrote:
> I haven't found, yet, where it says this but, I assume UTF-8 is the
> default storage for character strings in the database?

http://sqlite.org/c3ref/open.html
The default encoding for the database will be UTF-8 if sqlite3_open() or 
sqlite3_open_v2() is called and UTF-16 in the native byte order if 
sqlite3_open16() is used.

> I see where I can specify UTF-16*. Is there support for UTF-32?

No.

Igor Tandetnik



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

Reply via email to