Hi, probably a newbie question as I'm just starting out on running a server but here's the thing, I moved from a hosted company which was expensive but so simple, to linode as I've been wanting to get into more hands on stuff anyway and it seemed like a good way to kill all my free time.
Moved over to a Linode 512 system, took a while to learn all the bits and pieces of setting it up but it's up and running now on Ubuntu 10.04 and seems to be working well (thank you for the library here, great company this one, ok enough a** kissing) except for one problem.
I moved a wordpress site doing English training for Chinese students onto my new server and transfered the database over using the wpdatabase plugin which just bundles and then unbundles all the information from what I understand. However my database includes lots of Chinese simplified characters to help explain new words, slang and idioms but now those Chinese characters all show up looking like
英è¯, 英文
At first I assumed it as a collation problem as I am a little new to this but changing it to utf8_general_ci did nothing and after I read that just decides how it's sorted, not how it's actually displayed and stored.
So my question is, how do I enable double byte characters in my mysql database? Should it be enabled already or is there something I need to change? And if it should already be enabled... um... any ideas why all my Chinese characters wont show?
Thanks a lot for the help!
UPDATE:
So i published a new article which can be seen here
http://www.ethansenglishcafe.com/2010/1 ... or-profit/
and some of the Chiense seems to work (you can see it at the bottom of the article, the tags), all of my old Chinese did not work and the strange thing is there seems to be no reason why one character did not work (钱, looks like é’± on that article) which I wrote and another that I wrote (骗子) which i also wrote did work. The other characters I copied from my girlfriend who sent them to me using QQ (Chiense MSN basically) and they all worked....
Any thoughts?