in reply to Re^2: Creating a .zip file using perl
in thread Creating a .zip file using perl

This code is working fine for me, but if i use the special characters like "ÅÄÖ" in the filename(like, $zip2->addFile('c:/Perl/bin/Åns1.txt' ) then the filename within the zip file is like c:/Perl/bin/+ns1.txt. So this code is not working properly for special characters. Please post if you know to zip the file which contain "ÅÄÖ". Thanks in advance

Replies are listed 'Best First'.
Re^4: Creating a .zip file using perl
by Anonymous Monk on Oct 25, 2011 at 12:48 UTC