|
|
发表于 2006-4-23 21:12:51
|
显示全部楼层
google一下吧,全球使用MySQL并使用本土字符集的差不多都遇到了问题http://forums.mysql.com/read.php?103,51906,54224=
也有一位同胞
[code:1]
am interesting too!!! same problem with GBK chars !!!!
mysql> set names gbk;
Query OK, 0 rows affected (0.00 sec)
mysql> insert into T_User(FName,FPassword) values('我们','123');
[/code:1]
我没有遇到这个问题,因为:
1. 我一直使用utf-8编码
2. 我已经使用PostgreSQL来替代MySQL了 |
|