in reply to That UTF pain...in thread XML::Parser
{ my $conv; sub unUTF8 { $conv ||= Text::Iconv->new("UTF-8", "iso-8859-8"); return $conv->convert(shift); } } [download]
Makeshifts last the longest.