"Louie Miranda" <[EMAIL PROTECTED]> wrote:

> Hi, i have this form that goes directly.. to a database. I have some
> clients who dont use english. If they enter on a form a special
> russion or chinese character will mysql translate it properly?

If you use a Web form, you should try to transform the input with
something like htmlentities() in PHP. This will translate all non ASCII
characters to encoded full ASCII strings which will then be language
independent. 
On the other side, you might try to use mysql-4.1.x with UTF8 rows



Jean-Pierre

-- 
Powered by Linux From Scratch - http://schwicky.net/
PGP Key ID: 0xEE6F49B4 - AIM/Jabber: Schwicky - ICQ: 4690141

Nothing is impossible... Everything is relative!

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to