How to Fix a MySQL Character Encoding Mismatch in WordPress
An upgrade to a newer WordPress version, or (as in my case) to a newer version of MySQL, might trigger a problem which has been described since version 2.2: old UTF-8 characters are then represented by strange characters, say “é” will appear instead of “é”.
After reading some posts (e.g. this or this one) about how to fix it, I decided to solve it using one of the simple plugins out there. I tried both, UTF-8 Database converter and WP Sanitize Plugin.
But they just converted the database encoding the simple way. Which was fine, since I … Read the rest “How to Fix a MySQL Character Encoding Mismatch in WordPress”