I'm using bash version 4.3.42(1)-release in an ArchLinux/Gnome environment. When I type my commands some of the written characters gets transformed in some weird ones. Overall, all displayed text looks strange.
My character encoding is set to Unicode (UTF-8). I also checked my input language, which is correct. Since it worked before I assume it has something to do with an update but I'm not sure.
The following picture shows the output of bash -version
and at the bottom the two words minus
and moreover
where you can see the strange behavior.
How can i fix this?
The output of my locale
$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
Following my set font in /etc/vconsole.conf
KEYMAP=de
FONT=lat9w-16
gnome-terminal
?xterm
?/etc/vconsole.conf
is irrelevant./etc/vconsole.conf
settings apply to thevirtual console
, the one that pops-up when you hit ctrl+alt+f2.