Ruby中是如何處理字符串的?
Q:ruby中字符编码?
Q:在ruby中puts "中國" 出现"invalid multitype char<us-ASCII>"
A:ruby中的source code 默認的編碼是US-ACSII,不能解析中文。需要把源文件的編碼改為“適合”的方式,繁體是#intern#Return the Symbol corresponding to str, creatin the symbol if it did not #previously existputs "intern"p "ruby".intern #:ruby