Re: Chinese Charset is displayed as '????'
Posted by: Raymond Mui
Date: November 04, 2005 09:40AM

I found a "solution" to my case:

- Create the database/table/columns in UTF8;
- I use MySQLManager as GUI for entering data;
- For big5 data, "set names big5" before inserting data;
- For Korean data, "set names euckr" before inserting data;
- On the asp.net page, I use MySQL.Net client, instead of odbc;
- Do not need to use "set names....";

..and I can display Chinese, Korean and, of coz, English in a single page.

However, I do not understand why I have to use "set names big5" or "set names euckr" before inserting data...!? Is it not suppose to be Unicode?

Options: ReplyQuote


Subject
Views
Written By
Posted
3836
November 03, 2005 01:55AM
19059
January 18, 2007 09:47PM
5189
October 24, 2005 11:41PM
Re: Chinese Charset is displayed as '????'
3293
November 04, 2005 09: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.