Mark Lo wrote:

> Hi,
> 
>    Is it possible for mysql to store simpify and tranditional chinese.


Yes, storing is not problem at all. MySQL can store any data without
loss in binary fields. Problem is on sorting, upper->lower conversions
and fulltext search. We do not have any chinese sorting as much I know,
there is no such things like "upper" and "lower" case charactes in
chinese languages and fulltext search doesn't work as chinese languages
do not use spaces nor any other separator between words :(

I am sitting here in Hong Kong and one of my targets is to get MySQL
support both traditional and simplified chinese but as far I can see
there is a huge technical problems.

-- 
For technical support contracts, goto https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Tonu Samuel <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Security Administrator
/_/  /_/\_, /___/\___\_\___/   Hong Kong, China
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to