Hello,
I am responsible for a blog of a user that posts in multiple languages, the installation itself is English.
The person posted in Hebrew. He got question marks instead of text.
I've done some snooping around and found this wp-config.php tweak:
define('DB_CHARSET', 'utf8'); into define('DB_CHARSET', '');
It worked for Hebrew, but broke all special Italian characters.
What can I do to enjoy both worlds?