WordPress 2.2 database character sets
For those upgrading their WordPress powered blogs to 2.2, just a word of warning regarding the new character encoding options available in the wp-config.php file.
The standard file should have a section which reads:
// ** MySQL settings ** //
define(’DB_NAME’, dbname// The name of the database
define(’DB_USER’, ‘dbuser’); // Your MySQL username
define(’DB_PASSWORD’, ‘dbpassword’); // [...]






