问题
I have a table in MSQL database with arabic text in one of its columns but when i exported it to csv, It is getting converted to some other format say like
Ø§ØØªÙاÙ
I want my arabic text to be exported instead. I think there is an issue with encoding. PLease help.
回答1:
I found an answer to this. It is very simple though.
I normally use quick export and save the table in CSV format.
Now instead of exporting it in CSV, if I exported it in excel format, the arabic text appears :). I don't know why that happened but it worked.
Please post if you know any better answer. Thank you :)
回答2:
I had the same problem before but I used to save as OpenDocument Spreadsheet and then open it by Excel. You may face some issues like slow save in excel but it is work, worth to try.
来源:https://stackoverflow.com/questions/34059102/how-to-export-arabic-text-from-mysql-database-to-csv-using-toad-for-mysql