Set PRAGMA encoding =“UTF-8” for main database in sqlite
sqlite3 test.db
opens sqlite, nothing is written at that time
pragma encoding=utf8;
there is still nothing written
.quit
Set PRAGMA encoding =“UTF-8” for main database in sqlite
sqlite3 test.db
opens sqlite, nothing is written at that time
pragma encoding=utf8;
there is still nothing written
.quit