The CSV import feature of the SQLite command-line shell expects to
find UTF-8.  It does not understand other encodings, and I have no
plans to add converters for alternative encodings any time soon.

The latest version of trunk skips over a UTF-8 BOM at the beginning of
the input file.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to