Language support and collation is an issue which affects most web
sites with a global audience. Neither PlanetMySQL or MySQL.com
are immune to these problems. The problem both these sites face
is that neither site was designed with asian languages in mind,
the database and collations and connections are all mixed and
none of them in utf-8. It means migration is always an issue, a
matter of downtime and not necessarily a sure thing.
With PlanetMySQL we really wanted Japanese and in the future
Chinese character set support. As you might notice on PlanetMySQL
as of late you can now choose to see a Japanese feed which has
made our Japanese colleagues incredibly happy!
To be honest, I cheated.
There were a few problems to solve quickly, one was that the
MySQL DB tables are not in the UTF-8 collation. Converting the
table to UTF-8 was an option but I opted for the quicker solution
which I'm sure will …