correct way to create mysql table for multiple languages
I have a text file which has usernames in multiple languages. Fistname and Lastname.
If I want to import that in a mysql table, which charset I should use?
Usernames are in chinese, thai, english etc.
Thanks
Richard
1 Reply
I guess the answer is, if you have to support everywhere, use unicode. If you are trying specifically to support one language, use the most appropriate charset for that language.