Hello list,

I have a table whose 'default charset=utf8'.
I insert a record into it with non-utf8 charset,like GBK.Then I select
this record,it print GBK characters correctly.
Then I insert a utf8 record into it,and read this record in scripts and
decode it with utf8_decode,the result is also correct.

So I think,for table (or column) with utf8 charset,I could insert it
with any characters like GBK,gb2312,iso8859-1.Mysql doesn't convert them
to utf8 characters automaticly.

Am I right? Thanks!




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

Reply via email to