Can one MySQL table column has multiple character sets supported at same time?
Posted by: Yongqin Xu
Date: June 14, 2006 01:05PM

I have a table column called "comments" that may need to save English (latin1), Chinese(big5), or Japanese at same time. That simply means, some records for this particular field will have Chinese; some will have Japanese; some are pure English. Now there is a web app that can view this field based on client locale. What mysql character set/collation I should set to the server, database, table, and column at those 4 levels? Does MySQL support multiple character sets at the same column at the same time?

As far as I know, you can only set one particular character set at one time at each level, then how do I do it?

thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
Can one MySQL table column has multiple character sets supported at same time?
5630
June 14, 2006 01:05PM


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.