[issue26928] _bootlocale imports locale at startup on Android, causing test_site to fail

STINNER Victor report at bugs.python.org
Fri Nov 18 05:55:49 EST 2016


STINNER Victor added the comment:

> The problem is caused by the fact that android does not have HAVE_LANGINFO_H and CODESET set

Hum, is it possible to get the locale encoding by another way?

If not, what is the locale encoding?

Does Android provide mbstowcs() and wcstombs() functions?

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list