Hi,
I for the first time tried to pack my script with -o
foo.exe foo.pl and got a message 'Can't locate
encoding.pm in @INC (@INC contains: CODE(0xee7e58)
...'. I get this message when the script has only a
line with
use encoding 'utf-8';
When I use pragma lib ('c:/perl/lib') the exe script
runs ok.
Why doesn't the Packager find this library path? It's
in @INC.

I use the encoding pragma to present also non ASCII
characters with Tk widgets. These characters are hexa
100 through 17F. Data from Tk appl. loads in
DBI/DBD::CSV and then possibly back to widgets.
Without a pp packager retrieved data from db is
presented correctly but when packaged, data is
garbled. I guess data gets to Tk widget as basic
latin, not utf-8.
Can someone point me where is the fault?
PAR 0.87, perl 5.8.6, Windows XP
Thanks.
Radek


                
__________________________________ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs

Reply via email to