# File src/rexml/encodings/US-ASCII.rb, line 19 def from_us_ascii(str) str.unpack('C*').pack('U*') end