Tries to determine the default locale settings and returns them as tuple (language code, encoding). According to POSIX, a program which has not called setlocale(LC_ALL, "") runs using the portable 'C' locale. Calling setlocale(LC_ALL, "") lets it use the default loc
(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE'))
source not stored for this graph (policy: none)
no test coverage detected