New submission from Marc-Andre Lemburg <m...@egenix.com>:

As discussed on issue8610, we need a way to override the automatic detection of 
the file system encoding - for much the same reasons we also do for the I/O 
encoding: the detection mechanism isn't fail-safe.

We should add a new environment variable with the same functionality as 
PYTHONIOENCODING:

    PYTHONFSENCODING: Encoding[:errors] used for file system.

----------
components: Interpreter Core
messages: 105030
nosy: haypo, lemburg
priority: normal
severity: normal
status: open
title: Add PYTHONFSENCODING environment variable
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8622>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to