Posted by David Raymond on Jun 19, 2017; 5:22pm > /The Windows command prompt and unicode have always not played well with each other. SQLite itself works perfectly with data on disk or in the database, there are just translation and display problems when going to and from the command prompt. /

Thanks much for the infos.

Lessons I learned:

1. In CSV files, double-check how data are encoded

2. Do not use the sqlite3.exe CLI if the data use anything more than the basic latin alphabet. Instead, use a GUI application (eg. for Windows, SQLite Studio, SQLitespeed, etc.)

Thank you all.

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

Reply via email to