The most optimize way to store and seach chinese character in MySQL 4.1

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • boonkit@gmail.com

    The most optimize way to store and seach chinese character in MySQL 4.1

    Currently i store the chinese character in unicode decimal format
    (&#<number>;) . In this way, I can display and search the chinese
    character correctly. However, this will take more storage space. Is
    this the most optimize way?

    Thank you.

Working...