I have changed my .bashrc
file, so that $LANG
variable is always set to
en_US
when I run new shell. This is because I have a program for making plots which takes the sign as a decimal separator based on the language.
When $LANG
is set to pl_PL
then I have a comma, instead of a point.
It was all fine, but after I made automatic update to my system, it turned out that I cannot type in polish signs into terminal.
For instance this is unicode for "ó" letter: U+00D3 but I see "C3" when I type "ó' into the terminal.
Now, when I switch to another account, the problem is gone.
I checked content of
/var/lib/locales/supported.d/local
It says:
pl_PL.UTF-8 UTF-8
en_US.UTF-8 UTF-8
I also run
dpkg-reconfigure locale
It doesn't do any good.
What can I do if I don't want to switch to another account?