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 ocean-city
Recipients ocean-city
Date 2010-12-03.07:41:56
SpamBayes Score 0.02408355
Marked as misclassified No
Message-id <1291362121.18.0.976785403189.issue10614@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, ZipFile only accepts ascii or utf8 as file
name encodings. On Windows (Japanese), usually CP932
is used for it. So currently, when we melt ZipFile
via py3k, non-ascii file name becomes strange. Can we handle
this issue? (ie: adding encoding option for ZipFile#__init__)
History
Date User Action Args
2010-12-03 07:42:01ocean-citysetrecipients: + ocean-city
2010-12-03 07:42:01ocean-citysetmessageid: <1291362121.18.0.976785403189.issue10614@psf.upfronthosting.co.za>
2010-12-03 07:41:56ocean-citylinkissue10614 messages
2010-12-03 07:41:56ocean-citycreate