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.
(&#<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.