[issue28180] sys.getfilesystemencoding() should default to utf-8

INADA Naoki report at bugs.python.org
Mon Dec 12 05:26:47 EST 2016


INADA Naoki added the comment:

Sorry for confusing.
I didn't meant defaulting LANG=C.UTF-8.

I meant use UTF-8 as default fsencoding, stdioencoding regardless locale,
and locale.getpreferredencoding() returns 'utf-8' when LC_CTYPE is ascii.

----------

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


More information about the Python-bugs-list mailing list