I have a huge database of book authors in which names of French authors have not been stored correctly and the French characters have been replaced by some strange characters!
Can I solve the problem by a SQL query? if yes, I do appreciate if you give me a clue.
Thanks,
Since french characters are all in UTF8 and you probably don't have a multi-byte encoding character set on your table, this should fix the issue.
You might be able to just run an alter table to change the encoding, but in my experience that can be a roll of the dice.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With