On 23 Jun 2016, at 11:42pm, Igor Korot <[email protected]> wrote: > OK, so are they UTF-8, UTF-16 or something else? > And I'm talking the default one - the one which is set when I just > open the shell tool and say CREATE TABLE() on the > empty database. > Knowing this will help with the exception I am seeing.
You can find out which encoding is being used by using PRAGMA encoding For further details please see <https://www.sqlite.org/pragma.html#pragma_encoding> Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

