Database corrupted when exported
When I export mySQL database in phpMyAdmin, certain characters are corrupted in the text file that is created. For example, the danish characters å,ø,æ are saved out as Ø, ø, Æ
Other characters like ½ and ™ are displayed like ½ and ™.
It has been like this from the beginning and it requires me to go in and find/replace each of these bizarro characters with the real ones. But, I'd love to figure out why this is happening and solve the problem.
I'm using latin1_danish_ci collation and 'da_DK.ISO_8859-1' and 'en_US.ISO_8859-1' in the language defines.
Does anyone have any ideas?
Currently using ZEN CART v. 1.3.6
Bookmarks