[issue10828] Cannot use nonascii utf8 in names of files imported from

STINNER Victor report at bugs.python.org
Sat Jan 8 04:04:33 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> With 3.2b2 on our Win7, 64 bit machine, files with a Japanese name...

What is your ANSI code page? If it is not a japanese code page, it is the issue #3080.

On Windows, #8611 (and #9425) permit to use non-ASCII characters in the module path... but only characters encodable to your ANSI code page.

----------

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


More information about the Python-bugs-list mailing list