Hi there,
I'm building a multilanguage CMS based Web site using PHP 5- MySQL and I'm facing problems with languages.
From what I've been reading I must use charset UTF-8 (as Wikipedia uses this I guess this is realy the right choice).
Now, I must also know how to store different languages in a MySQL table - possible? How do I do it?
So far I haven't succeeded storing anything different character there, not even a simple ç.
Please, any hints? I'm getting desperate here..
Thank you!