> > > == locale == > > > LANG=fr_FR.UTF-8 > > > LANGUAGE= > > > LC_CTYPE="C" > > > LC_NUMERIC="C" > > > LC_TIME="C" > > > LC_COLLATE="C" > > > LC_MONETARY="C" > > > LC_MESSAGES="C" > > > LC_PAPER="C" > > > LC_NAME="C" > > > LC_ADDRESS="C" > > > LC_TELEPHONE="C" > > > LC_MEASUREMENT="C" > > > LC_IDENTIFICATION="C" > > > LC_ALL=C > > > > This can be a problem. 'C" locale is basically ASCII only so some > > characters won't be input in some applications. > > It is weird because if I input locale command in a terminal I get:
Never mind. It was reportbug overriding LC_ALL env variable. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946326