Internationalization - a character set to support all languages?

As far as MySql is concerned, is there a character set to support all or the vast majority of languages?

+2


source to share


3 answers


Unicode. It has several encodings: UTF-8, UTF-16 and UTF-32.

From http://en.wikipedia.org/wiki/UTF-8



UTF-8 (8-bit UCS / Unicode Conversion Format) is a variable length character encoding for Unicode. It is capable of representing any character in the Unicode standard, but is backward compatible with ASCII.

+9


source


As others have said, UTF-8. Go read Joel's blog post about Unicode and you will see why.



+5


source


UTF-8 should be your first choice.

+3


source







All Articles