in reply to Re^2: Checking if a file is present in a ZIP archive
in thread Checking if a file is present in a ZIP archive

then they should have also provided a function that lets the user test if a file is a valid ZIP file
You can submit a request for a "Wishlist" feature. Better yet, submit a patch.
  • Comment on Re^3: Checking if a file is present in a ZIP archive

Replies are listed 'Best First'.
Re^4: Checking if a file is present in a ZIP archive
by AATG_PERL_1010 (Initiate) on Oct 25, 2011 at 09:42 UTC
    Hi, I am using Archive::Zip for compressing files. I am struggling to zip a file with the name contain "ÅÄÖ" characters. Actually these characters are converted as some different symbol. Can anyone give any suggestion to zip a file with the name contain the characters "ÅÄÖ"? Thanks in advance.
      Even if you succeessfully zip those files, you can cause a headache to the person who will try to unzip them (e.g. if that person works on a different OS or under different locale). Been there, seen that.