in reply to
convert files to ansi (8859-1)
This may be heretical, but couldn't you just use
iconv
?
Comment on
Re: convert files to ansi (8859-1)
Replies are listed 'Best First'.
Re^2: convert files to ansi (8859-1)
by
Yaerox
(Scribe)
on Mar 29, 2017 at 08:40 UTC
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.
[reply]
In Section
Seekers of Perl Wisdom