borisz code is about what I already tried. The script runs on windows me so charset could be windows-1250? the name of the file which must be zipped is straße.mdb. Using winzip on the win me machine shows the proper name of the compressed file in the archive (archive filename= straße.zip) unzipping the archive on a win xp machine (where the archive is mailed to and using the unzip function of windows explorer) gives the right archive name but the deflated file contains a different character than ß. I already tried stra\xdfe.txt for the filename. But the result was the same. borisz might be right that it is not a problem with Archive::Zip. I tried extracting the file with winrar with the same results.

In reply to Re: Archive::Zip and german charset by walto
in thread Archive::Zip and german charset by walto

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.