Skip to content

Instantly share code, notes, and snippets.

@MooxxNew
Last active July 5, 2016 07:08
Show Gist options
  • Save MooxxNew/3c8db7157fff63b62b5ab3168e99f25f to your computer and use it in GitHub Desktop.
Save MooxxNew/3c8db7157fff63b62b5ab3168e99f25f to your computer and use it in GitHub Desktop.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment