Nutsiyamoto,
Monday, April 29, 2002, 11:43:56 AM, you wrote:

N> does mysql support multilanguage?

N> for example
N> I've got table names "tbl_example" which has fields
N> like the list below
N> title_id,eng_name,fra_name,chi_name,ger_name

N> in field "eng_name" contains text in english language,
N> in field "fra_name" contains text in france language,
N> in field "chi_name" contains text in chinese language,
N> in field "ger_name" contains text in germanlanguage.

Sure, you can store data in different languages. The sorting of data in
MySQL depends on selected character set. Currently you can use only one
character set at a time for one instance of mysqld. So, if you want to
use another character set you need to restart or start another
instance of mysqld. If you will store data in different languages and
use one character set you can get in some cases wrong sorting.
Look at:
     http://www.mysql.com/doc/C/h/Character_sets.html




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   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