I've been asked to make a CMS that for site that has Chinese/English versions.
As far as I know all that would need doing is I would have two databases using different character sets and then I would select the correct database in PHP appropriately.
Is there anything else that needs to be considered I've only worked with PHP/SQL in English before.
I guess things like regex's and data sanitisation are also an issue?