Was struggling with correct displaying of Polish letters in WP. Was trying to install Polish language, but solved this problem only after changed wp-config.php character set.
Strange, but utf8 doesn’t work, while utf-8 does.
Small dash did help.
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf-8′);







