I restored an ancient version of wordpress 1.52 backup via MySQL database to WP 3.0 and now these strange characters are throughout my blog in place of the apostrophe's ’ and in place of double quotes I get these
“ and â€
Following one thread's advice, I've tried changing charset from the default UTF-8 to ISO-8859-1 in reading-encoding for pages and feeds but this doesn't work, just gets new weird characters
Following another one's advice, I've tried modifying the config.php to
Commenting these out like this:
//define('DB_CHARSET', 'utf8');
//define('DB_COLLATE', '');
and neither works.
Any ideas?