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