STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> A system where the filesystem encoding doesn't match the locale
> encoding is hard to get right.

Mmmh. The problem is maybe that the new PYTHONFSENCODING environment variable 
(added by #8622) introduced an horrible inconstency between Python and other 
applications. Other applications ignore PYTHONFSENCODING.

The simplest solution to fix this issue is to remove PYTHONFSENCODING variable. 
In this case, the user have to set LANG, LC_ALL or LC_CTYPE, instead of 
PYTHONFSENCODING, to set Python filesystem encoding.

----------

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

Reply via email to