When migrating to WordPress recently I had problems with Scandinavian characters showing up as ? in my blog. They were displaying correctly in the database, but were garbled when displayed on my blog site. After some research I discovered that the culprit was Dreamhost’s «one-click-install»; it left out two important lines in the wp-config.php:
define(’DB_CHARSET’, [...]





