The environment:
Windows 2000 Pro SP4
Apache 1.3
Zend Studio Server 3.0.0
PHP 4.3.2
MySQL 4.0.20a
The site is built in Chinese (Simplified Chinese). To stay closer to universal standards, I want to encode it in Unicode (UTF-8) instead of GB2312.
However, my experience leads me that MySQL 4.0.20a seems to be unable to handle non-English characters in the column names, as well as the table content.
Are there some settings missing in MySQL such that I cannot use non-English characters in the database?
Besides, while I am using Macromedia Dreamweaver MX 2004, there are 4 options (C, D, KC and KD) available under coding in unicode called "unicode normalization form". What are they and which one should I choose for maximum compatibility?
Thanks in advance.