Comment 3 for bug 1699218

Revision history for this message
Federico Gimenez (fgimenez) wrote :

Also:

ubuntu@autopkgtest:~$ sudo python3
Python 3.5.2 (default, Nov 17 2016, 17:05:23)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
>>> print(locale.getpreferredencoding())
UTF-8
>>>
ubuntu@autopkgtest:~$ sudo locale -a
C
C.UTF-8
en_US.utf8
POSIX
ubuntu@autopkgtest:~$ sudo env | grep LC_
LC_ALL=en_US.UTF-8