You are not logged in.
So I have this weird issue where pages in say, Japanese, are completely garbled (and yes, I've installed a complete set of Unicode fonts. I checked that immediately). See the first image below for an example. This issue is present in both Firefox and Chromium. However, only Firefox has issues with some English pages. As you can see in the second screenshot the font is off and somewhat faded (I chose that website because that was the first site I can think of where I've encountered this issue.)
https://ibb.co/Ct9Tyvx
https://ibb.co/0JkKxr0
Any ideas?
Offline
The first screenshot doesn't resolve the glyphs - you might have installed "a complete set of Unicode fonts" but FF ain't using it.
Second screenshot looks like some bitmap font (from gsfonts?) is resolved or antialiasing settings are ignored.
Output of
FC_DEBUG=4 pango-view --font="sans" -t "コ" | grep family:?
Offline
The output is
pango-view: Invalid byte sequence in conversion inputOffline
localectl
locale
locale -aOffline
localectl
System Locale: LANG=en_us.UTF-8
VC Keymap: n/a
X11 Layout: n/alocale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
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=locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
POSIX
en_US
en_US.iso88591
en_US.utf8
he_IL
he_IL.iso88598
he_IL.utf8
hebrew
Offline
Notice that en_us and en_US are not the same thing. Check your /etc/locale.conf.
Offline
I fixed /etc/locale.conf. It doesn't seem to have changed much.
Offline
It will have changed the behavior of pango-view …
Offline