in reply to Re^3: Unicode UTF16 - Unknown encoding error
in thread Unicode UTF16 - Unknown encoding error

I'm using PerlAPP 5.2.0.

Replies are listed 'Best First'.
Re^5: Unicode UTF16 - Unknown encoding error
by john_oshea (Priest) on Jun 25, 2007 at 11:56 UTC

    OK, I'm not that familiar with PerlApp, but it looks like you may need to explicitly tell it to include Encode - something like:

    perlapp myscript.pl --add Encode

    You may also need to add Encode::Unicode (and possibly others) if Encode delegates its Unicode-handling to more specific modules (as I suspect it might).