Re: Storing Chinese in MySQL database

2001-04-05 Thread Michael T. Babcock
Mark Lo wrote: > I would like to know how to store chinese in MySQL Databases. What > type of column should I use ?? http://www.unicode.org/ Read up on UTF-8 -- Michael T. Babcock (PGP: 0xBE6C1895) http://www.fibrespeed.net/~mbabcock/ -

Re: Storing Chinese in MySQL database

2001-04-04 Thread Rolf Hopkins
Chinese OS: Read the manual on how to set the default character set and language in mysql. English OS: You will need to build a UI to be able to enter Chinese characters. Chinese characters should go in as ASCII garbage but will be displayed as Chinese characters on a Chinese OS without any prob