|
|||||||||||
|
Re: To see Asian Characters in mysql
From: Michael Monaghan <mickmon(at)gmail.com>
Date: Sun Jul 29 2007 - 10:23:18 EDT
Make sure you can render this string. If you can't, you need to download the right fonts. > Although i changed utf 8 charset and utf8_unicode_ci collation and
2. You need to check if your database does in fact have UTF-8 encoded
content, do the
So, try: # mysql -e "select FIELDS from TABLE" > output.txt
Then open output.txt in a browser and set the character encoding to UTF-8. [View->Character Encoding->UTF-8 in Firefox]. If the content renders properly then you can be sure that the content in the database is in fact UTF-8. - therefore the problem lies with the viewer application/GUI you are using. If the content does not render properly, - then your input data to the db is not UTF-8 - problem lies in your Java application. Hope this helps. by the way - there's a very useful java internationalization forum at http://forum.java.sun.com/forum.jspa?forumID=16 ~mm > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=lists@pantek.comReceived on Sun Jul 29 10:24:28 2007 This archive was generated by hypermail 2.1.8 : Thu Aug 09 2007 - 19:29:33 EDT |
||||||||||
|
|||||||||||