Re: Chinese Characters Display Issue
Posted by: Mike Lischke
Date: October 14, 2005 01:44AM

Stanley Suen wrote:

> However, if I use Unicode 主 for
> example, the Chinese characters are then displayed
> on the web site properly. As you know, entering
> chinese characters in unicode is a pain in the
> neck.

Unicode is the best way to go as it prevents trouble with non-chinese systems and is generally more flexible. However I'd strongly recommend to use a proper tool for such work like our MySQL Query Browser (http://dev.mysql.com/downloads/query-browser/1.1.html). It works with Unicode and allows to enter data in any language. It even supports IMEs on Windows to help writing text in languages for which no keyboard is available. Addtionally, QB is much quicker and easier to use than phpMyAdmin and does not require a running webserver. You can use it with remote databases of course, either by connecting via port 3306 (if firewall allows) or via an SSH tunnel. I can give details if you need them.

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/

Options: ReplyQuote


Subject
Views
Written By
Posted
3361
October 13, 2005 10:57AM
Re: Chinese Characters Display Issue
2010
October 14, 2005 01:44AM


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.