oliviermaridat / kanboard-sqlite2mysql

Guidelines to migrate a Kanboard SQLite database to a MySQL database
44 stars 11 forks source link

Accents / special characters / encoding gets messed up #23

Open nekohayo opened 5 years ago

nekohayo commented 5 years ago

So far I tried every possible export/import method I could think of (just to be sure) and the result is the same: non-ASCII characters get imported incorrectly, as you can see in the screenshot below comparing the mysql imported version (on the left) to the original sqlite version (on the right):

kanboard sqlite2mysql import script encoding problem

I can provide my db.sqlite as a test sample via email if you need it.