Skip Menu |

This queue is for tickets about the PAR-Packer CPAN distribution.

Report information
The Basics
Id: 122960
Status: resolved
Priority: 0/
Queue: PAR-Packer

People
Owner: Nobody in particular
Requestors: raherh [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.037
Fixed in: (no value)



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
On 2017-09-05 06:38:39, rahe wrote: Show quoted text
> Running the exe gives the error: > > Unknown encoding 'UTF16BE' at CAM/PDF/PageText.pm line 80.
Most likely the use of Encode::Unicode wasn't detected, try packing with pp -M Encode::Unicode ... Cheers, Roderich
From: raherh [...] gmail.com
On Tue Sep 05 15:11:43 2017, RSCHUPP wrote: Show quoted text
> On 2017-09-05 06:38:39, rahe wrote:
> > Running the exe gives the error: > > > > Unknown encoding 'UTF16BE' at CAM/PDF/PageText.pm line 80.
> > Most likely the use of Encode::Unicode wasn't detected, try packing with > > pp -M Encode::Unicode ... > > Cheers, Roderich
Yes, that's the missing module. Thanks much. Radek
Problem has been resolved