This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author M..Z.
Recipients M..Z.
Date 2010-12-31.13:38:34
SpamBayes Score 3.316332e-06
Marked as misclassified No
Message-id <1293802719.05.0.954235124812.issue10801@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to unpack a ZIP file where some packet files contain danish letters results in:

    zipfile.BadZipFile: File name in directory 'filename_with_æoå.txt'
    and header b'filename_with_\x91o\x86.txt' differ.

Using Py 3.2b2 on Win7.

Unpack the attached ZIP file and run the Py script, which will show the problem using the enclosed two ZIP files.
History
Date User Action Args
2010-12-31 13:38:39M..Z.setrecipients: + M..Z.
2010-12-31 13:38:39M..Z.setmessageid: <1293802719.05.0.954235124812.issue10801@psf.upfronthosting.co.za>
2010-12-31 13:38:34M..Z.linkissue10801 messages
2010-12-31 13:38:34M..Z.create