Gary Ross wrote:
> I think it is incorrect to say that MySQL doesn't support Unicode
> although it's support may not be complete yet. I have a multilingual
> site that has database information in Korean, Japanese and Chinese
> without problems. I just put utf-8 encoding and it works fine, make
> sure mysql is compiled with the language complex flag.
> Gary

How do you sort country specific characters? For example i have to start
mysql using croat charset to do the sorting of croatian characters right.
Changing the charset can not be be done while mysql is running. Using UTF-8
to store characters and default iso-8859-1 mysql encoding doesn't sort
characters correctly either.

Nino


-- 
PHP Internationalization Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to