# File lib/rexml/encodings/ICONV.rb, line 6 def decode_iconv(str) Iconv.conv(UTF_8, @encoding, str) end