in reply to Re: convert files to ansi (8859-1)
in thread convert files to ansi (8859-1)
We used to use iconv, but we have the situation that the files can be utf8 or ansi. If you use ivonc on utf8 files the outcome is corrupt. That's why we're looking for an own perl-solution.