My wordpress site [WordPress 3.3.1] shows weird characters in content after moving to a new server. But in my local server its working fine.
For example it shows we're solving as we’re solving!
In my wp-config file i have the following charset
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
I have the same "utf8_general_ci" collation in both local and new server database.

