I have a database in MS access with cyrillic letters. I have to export it to Mysql.
However, when I export to CSV
and then try to export to Mysql
, the Workbench
says that the data is not in UTF-8
, as my Mysql
database.
If I decode the CSV
to UTF-8
first, the cyrillic letters are shown incorrectly.
I can't make Access
to encode to utf-8
itself, probably it can't do it.
Ideas?