http://qs1969.pair.com?node_id=283031


in reply to That UTF pain...
in thread XML::Parser

If you need this frequently, it should probably be
{ my $conv; sub unUTF8 { $conv ||= Text::Iconv->new("UTF-8", "iso-8859-8"); return $conv->convert(shift); } }
instead.

Makeshifts last the longest.