use Text::Iconv 1.7; my $converter = Text::Iconv->new('CP850','ISO-8859-15'); $content = $converter->convert($content);