MySQL collation for all languages

Pedro Luz picture Pedro Luz · Sep 20, 2009 · Viewed 10.3k times · Source

I'm currently developing a website that is going to show stuff for almost any language in the world. And I'm having problems choosing the best collation to define in the MySQL.

Which one is the best to support all characters? Or the most accurate?

Or is just best to convert all characters to unicode?

Answer

stone picture stone · Sep 20, 2009

I generally use 8-bit UCS/Unicode transformation format which works perfect for any (well most) languages

utf8_general_ci

http://dev.mysql.com/doc/refman/5.0/en/charset-unicode.html