Subject: | unknown encoding error |
I pack an executable like this:
pp -u -M CAM::PDF::GS -o ../pdfsearch.exe ../pdfgettext.pl
Running the exe gives the error:
Unknown encoding 'UTF16BE' at CAM/PDF/PageText.pm line 80.
It's on windows 7, strawberry perl 5.26.
The pl script runs ok. The same error occurs also without -u option.
Radek