MySQL Forums
Forum List  »  MySQL Workbench

Re: How to use uft8mb4?
Posted by: Mike Lischke
Date: August 03, 2016 01:54AM

Rama,

you have to separate data storage and visualization. Just because the values in your table aren't displayed properly doesn't mean they are completely wrong. Especially Unicode values beyond the Base Multilingual Pane (BMP, i.e. > 65535) might not be 100% supported in GUIs. That depends on used fonts and other factors. So, first try to find out what is actually stored in your table (e.g. by printing the values in hex) and if that shows the data is fine then focus on displaying them graphically.

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
1494
August 01, 2016 11:48PM
Re: How to use uft8mb4?
594
August 03, 2016 01:54AM


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.