Your LANG setting is correct.>locale
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_CTYPE="en_US"
LANGUAGE and LC_CTYPE are wrong. Without the .UTF-8, they do not support Unicode. These variables take precedence over the correct LANG setting.
Check that /etc/default/locale sets LANG only. Are you setting the other variables anywhere else?
Statistics: Posted by jojopi — Tue Aug 06, 2024 4:22 pm