kjk / dbworkbench

Database workbench for Mac and Windows
MIT License
5 stars 1 forks source link

Fix character encoding handling #33

Open kjk opened 8 years ago

kjk commented 8 years ago

world.sql has table in latin1 encoding and some of the rows display funny, probably because latin1 data is shown as utf8. We probably need to convert from table encoding to utf8 in the backend when returning the data and convert from utf8 to table encoding when inserting data given by frontend.