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

Xavier de Gaye report at bugs.python.org
Sun Jan 22 05:05:22 EST 2017


Xavier de Gaye added the comment:

> On Android, setlocale(CATEGORY, "") does not look for the locale environment variables (LANG, ...) but sets the 'C' locale instead

FWIW the source code of setlocale() on bionic (Android libc) is at https://android.googlesource.com/platform/bionic/+/master/libc/bionic/locale.cpp#144

----------

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


More information about the Python-bugs-list mailing list