# File rexml/encodings/ISO-8859-1.rb, line 19
  def from_iso_8859_1(str)
			str.unpack('C*').pack('U*')
		end