On Wed, 10 Apr 2002 03:59:22 +0000
"saraswathy saras" <[EMAIL PROTECTED]> wrote:

> hi everybody,
> 
> i have problem with storing chinese word to database....all the chinese
> automatic change to code like this &#31639;&#30424;&#12290; its not only
> waste the space, also i have problem to display it...sometime, some of the
> word not complete and also display symbols.....is there anybody can help me?
> Please help me....i am stuck here..
> 

It's a problem of UNICODE ... you have to set your mysql with Chinese Unicode char.
but still the data will be and should be remain with "&#31639;&#30424;&#12290;" codes 
... 

it's only a matter on terminal or software that will retreive / read the data ... if 
the terminal/software doesn't support Chinese Unicode ... so data will not be 
translated into proper way.

-- 
Let's call it an accidental feature.
        -- Larry Wall

---------------------------------------------------------------------
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