Hello,

I have a big CSV file that's encoded in Latin1 (cp1252), while SQLite stores
strings as Unicode.

Neither Google nor ".help" helped to find if SQLite offers a switch to
convert Latin1 to UTF-8 on the fly before running the ".import" command.

Should I first convert the file into UTF-8 before importing it into SQLite?

Thank you.



--
Sent from: http://sqlite.1065341.n5.nabble.com/
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to