Forums
(@antagon)
17 years ago
get precise with charset compatibility in wp-config.php and your mySQL dbase. define(‘DB_CHARSET’, ‘utf8’); is not the same as define(‘DB_CHARSET’, ‘utf8_unicode_ci’); …that made all the difference for me where plugins failed.