Which version of Archive::Zip is installed on your machine? What OS and Perl version are you using?

From the wikipedia article about the zip format I found that UTF-8 unicode support for filenames was added to the file specification in September 2007. I found at Stackoverflow a discussion of this problem on Windows platforms in Archive::Zip. There was a bug report for it (#35334) in 2008 that everyone was sure would be resolved in 2009. But looking at the bug list for Archive::Zip it is still unresolved.

http://stackoverflow.com/questions/560097/how-can-i-create-a-zip-archive-in-perl

https://rt.cpan.org/Public/Dist/Display.html?Name=Archive-Zip


In reply to Re: File name issue in Archive::Zip by Lotus1
in thread File name issue in Archive::Zip by AATG_PERL_1010

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.