WPML database special character issue solved!
Replacing ‘utf-8′ with ‘UTF-8′ in the wp-config.php file did the job! Solved!
Replacing ‘utf-8′ with ‘UTF-8′ in the wp-config.php file did the job! Solved!
Check this out: http://www.bloggingtips.com/2007/07/20/fixing-the-a-and-ae-problem-in-wordpress/
We need to remove following 2 lines from wp-config.php if it has.
define(‘DB_CHARSET’, ‘utf8′);
define(‘DB_COLLATE’,”);