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:默认编码