Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は現在、世界中のほぼすべての言語の情報を表示する Web サイトを開発しています。また、MySQL で定義する最適な照合順序を選択するのに問題があります。
すべてのキャラクターをサポートするのに最適なのはどれですか? それとも最も正確ですか?
それとも、すべての文字をユニコードに変換するのが最善ですか?
私は一般的に、あらゆる (ほとんどの) 言語に最適な 8 ビットの UCS/Unicode 変換形式を使用しています。
utf8_general_ci
http://dev.mysql.com/doc/refman/5.0/en/charset-unicode.html