I was using Data Studio, I export the data in a table into a .data file. I delete the contents of the table through an SQL statement. When I re-import the data through loading, for some reason the special characters are not correctly imported.
I've checked the .data file in Notepad++, and the special characters were successfully extracted, so I wonder why the import of the file back into the table wouldn't work?
Characters I'm referring to are mostly french, as in é, À, so on. It's just strange to me it can't properly load it's own own load. I use the GUI for the loading and unloading. Would unloading and loading to and from a csv file be better?
Thank you for any help.
Edit: Thank you P. Vernon, you were really a life saver when I saw your response this morning. Made a day I thought was going to be a pain a breeze, as I really needed the change done today, and certain privileges since we changed database tool to data studio aren't working properly for our team, so this was the only way I could do it. They should just make the encoding utf 8 automatic, like your link mentioned!