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.
Ruby の Unicode エンコーディングとは何ですか? ほとんどの言語は、Java のように UTF-16 でエンコードされていることを知っています。Ruby は何にエンコードされているのだろうと思っていました。ドキュメントを確認しましたが、それへの参照が見つかりません。
Ruby では多くのエンコーディングがサポートされています。irb で次のように入力してみてください。
Encoding.name_list
次のブログ エントリも参照してください。
Ruby 1.9 文字列
Ruby 1.9: デフォルトのエンコーディング