Home
last modified time | relevance | path

Searched defs:locale_encoding (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Diomenu.py37 locale_encoding = locale.nl_langinfo(locale.CODESET) variable
45 locale_encoding = locale.getdefaultlocale()[1] variable
/external/python/cpython3/Python/
Dinitconfig.c1438 config_get_locale_encoding(PyConfig *config, wchar_t **locale_encoding) in config_get_locale_encoding()