Re: Store chineses string ?
Chen,
There are two things to consider. One is the storage and the other the client connection. Storage is of course done in the database so you have to enable the correct charaset (collation) for your schemas. Read
http://dev.mysql.com/doc/mysql/en/charset.html for more details on that part. For the client connection you will need to enable UTF-8 encoding for your sessions. By using MySQL Query Browser your are freed from taking care for that part. QB already uses UTF-8 for its communication with the server, so all you have to do is to make sure your data is stored in columns that support Unicode.
Mike
Mike Lischke, MySQL Developer Tools
Oracle Corporation
MySQL Workbench on Github:
https://github.com/mysql/mysql-workbench
On Twitter:
https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to
http://bugs.mysql.com
MySQL documentation can be found here:
http://dev.mysql.com/doc/refman/8.0/en/
Subject
Views
Written By
Posted
2666
May 23, 2005 09:57AM
1971
May 24, 2005 12:34AM
1856
June 28, 2005 11:04PM
1885
July 13, 2005 02:38AM
Re: Store chineses string ?
2094
July 13, 2005 11:35PM
1875
August 09, 2005 12:40AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.