[issue10614] ZipFile and CP932 encoding

Hirokazu Yamamoto report at bugs.python.org
Fri Dec 3 08:42:01 CET 2010


New submission from Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp>:

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__)

----------
components: Extension Modules
messages: 123197
nosy: ocean-city
priority: normal
severity: normal
status: open
title: ZipFile and CP932 encoding
type: feature request
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10614>
_______________________________________


More information about the Python-bugs-list mailing list