I'm backing up a database I'm working on that contains a lot of text in French, and i've noticed that within the sql backup files, all of the French characters have been replaced by strange symbols, such as copyright logos and the like.
How can I stop it from garbling this data?
I have the Collation set to latin1_general_cs in the character set for the table. Is there something else that I need to perform?
Thanks,
Daf