# File lib/roxml.rb, line 496 def to_latin begin Iconv.new("iso-8859-1", "utf-8").iconv(self) rescue Iconv::IllegalSequence => e STDERR << "!! Failed converting from ISO-8859-1 -> UTF-8 (#{self}). Already the right charset?" self end end