Posts Tagged ‘strange’
Wordpress – Weird characters after wordpress upgrade
Saturday, January 16, 2010 23:02 No CommentsIf you see weird characters after upgrading your wordpress version, the reason for that might be wrong character encodings.
1. Easy solution:
- open wp-config.php for edit.
- make sure you have empty values for define(’DB_CHARSET’, ”); and define(‘DB_COLLATE’, ”);
2. Convert all tables to UTF-8
- follow these steps. not tested yet!