I have a MySQL table where I store text entered in any kind of language. The text is displayed correctly on the website, example but when I export the data to Excel I get garbled text.
I tried exporting the data via PHPMyAdmin and even just doing something from the command line like mysql -user -p db < query.sql > export.tsv and I get garbled text. For example instead of animación I get animación or instead of แอนนิเมชั่น I get à¹à¸à¸™à¸™à¸´à¹€à¸¡à¸Šà¸±à¹ˆà¸™.
This could be a combination of factors involving Excel, MySQL and PHPMyAdmin, but I imagine others have tried to do the same.