You are not logged in.
I have suddenly received strange characters on my terminal and I'm not sure why. I made sure that
en_US.UTF-8 UTF-8
is uncommented in
locale.gen
to make sure it's not a UTF-8 issue.
For example, when I type
lsblk
I get the following: lsblk unknown char
Any idea what this might be?
Last edited by jNumbers (2018-03-03 04:09:25)
Offline
Did you also regenerate and configure the https://wiki.archlinux.org/index.php/Locale ?
locale
locale -a
localectl
Offline
Is it just lsblk? I.e., does `lsblk -i` look ok, and does `pstree` show odd characters in place of the line drawing?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Did you also regenerate and configure the https://wiki.archlinux.org/index.php/Locale ?
It appears that I forgot to set 'localectl'.
Thank you.
Offline