Hi,
I used the wordpress back up plugin and had my database in a gzip format,
I switched to a bigger server and imported my database using big dump.php
Now on my pages / articles I am getting all kinds of weird chars
for example :
You won’t is supposed to be "You Won't"
My config.php reads
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
and my database rows say utf8_general_ci
Can someone please tell me how I can remove this problem?
Thanks so much in advance