| Character Encoding in Wordpress db Hi all,
The next installment in "My first major migration":
Following the mysqldump woes from a previous thread, which I failed to sort out on my own, I am now in the realms of character encoding issues. The text of the posts are littered with all kind of weird stuff.
The story so far. Having downgraded a Wordpress database to MySql4 and got it restored to my UH reseller server I have discovered a fair number of character encoding issues with special chars. There is enough of them to stop me from continuing without sorting this one out.
Reading on the net, I find out that this is common problem with legacy WP databases, most of the text fields are latin_1. I have read up on the subject and found a few plugins that clean up the data on output but I think that the problem would be better solved before export from the old server.
Looking at PHPmyadmin, the old db and tables are a weird mixture of latin1 and utf8 and I am wondering the best way to proceed. I have currently backed up the orginal database with the previous setting and wonder what I need to do to make a successful collation change before downgrading from Mysql5 to 4.
Thanks for your time and assistance. Who knew that migrations were so complicated once you left straight up html behind? Me and shell access are having an seriously on/off relationship at the moment.
Rob
Ps Simon noted that as a reseller, I will face many issues like this in the future. Luckily for me - most of the sites I run belong to me. |