prenaud has asked for the wisdom of the Perl Monks concerning the following question:
Hello,
I try to create an executable file for my Perl/Tk application on Windows with Strawberry Perl 5.22.
I installed the package PAR::Packer and used the pp.bat script to create the exe file.
My problem concerns the display of the Tk windows when the exe is launched : all the texts (labels, buttons, ...) appears with non-European characters !
When I launch the .pl file with the "perl" command, all the texts are correctly displayed.
Is it something special to add to create a correct exe file for a Tk application?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: [Win32] pp executable unicode problem
by marto (Cardinal) on Jun 12, 2015 at 14:12 UTC | |
|
Re: [Win32] pp executable unicode problem
by dasgar (Priest) on Jun 12, 2015 at 15:07 UTC | |
|
Re: [Win32] pp executable unicode problem (Tk)
by Anonymous Monk on Jun 13, 2015 at 00:40 UTC |