Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/
Diomenu.py32 locale_encoding = locale.getdefaultlocale()[1] variable
42 locale_encoding = locale.nl_langinfo(locale.CODESET) variable
45 locale_encoding = 'ascii' variable
52 locale_encoding = locale.getdefaultlocale()[1] variable
55 locale_encoding = 'ascii' variable
60 locale_encoding = locale_encoding.lower() variable