nlevesque has asked for the wisdom of the Perl Monks concerning the following question:
The files come out as "CREATIVE SERVICES˙.txt" and "LACOURSIŠRE.txt". Doing some research, it seems the issue might not be Perl related per se and could have something to do with the character set used by Perl. Not sure if this is the same as the command prompt one. Does anyone know what I should do in order to get the files extracted with the proper name? Thanks!use Archive::Extract; my $ae = Archive::Extract->new( archive => 'example.zip' ); my $ok = $ae->extract;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Unzip help needed.
by ikegami (Patriarch) on Jul 24, 2009 at 21:34 UTC | |
by nlevesque (Initiate) on Jul 28, 2009 at 15:32 UTC | |
by nlevesque (Initiate) on Aug 18, 2009 at 19:57 UTC |