in reply to Re: issue with Encode::Guess
in thread issue with Encode::Guess
Hello @Corion,
in this first step my programm should behave in the following way:
it should in this first step name me in what encoding the input file is.
In a further step it should convert from input encoding to UTF-8. But this is not programmed yet.
Because in the future my programm will be called with many input files, I don't know, what encoding the input files will be.
If you point at my example code so asume it is encoding ANSI. The special case are the german Umlauts like entity auml.
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: issue with Encode::Guess
by Corion (Patriarch) on Apr 05, 2020 at 11:01 UTC | |
by ikegami (Patriarch) on Apr 06, 2020 at 14:08 UTC | |
by toohoo (Beadle) on Apr 06, 2020 at 04:46 UTC |