Hello, everyone.

Are the parameters of the callback of sqlite3_exec() encoded in UTF-16?

It seems not. I read the source code of sqlite3_exec(), and I found
that it calls sqlite3_column_text() instead of
sqlite3_column_text16(). Why there is no sqlite3_exec16(), with a
UTF-16 encoded callback function?

Is it true: the only way the fetch the values of the fields in UTF-16
is to write another version of sqlite3_exec() wrapping sqlite3_*16()
functions?

--
Tzu-Chien Chiu
URL: http://www.csie.nctu.edu.tw/~jwchiu/

Reply via email to