You are not logged in.
Pages: 1
good evening.
I'm a Japanese and using locale ja_JP.UTF-8.
setting /etc/locale.conf to:
LANG=ja_JP.UTF-8I want to use computer as a user with locale LANG=ja_JP.UTF-8 but as a root with locale LANG=C.
because the console don't display Japanese correctly.
Is there the way to set locale ja_JP.UTF-8 as a user and set locale C as a root.
I'm using cinnamon desktop as a user.
Please tell me how to do it.
regards.
Last edited by fygar256 (2023-03-12 07:53:09)
Offline
Solved.
I left /etc/locale.conf as:
LANG=ja_JP.UTF-8and done:
# echo "export LANG=C" >/root/.bash_profilenow I have English root console log in and Japanese X cinnamon desktop and terminal.
Thank You.
Last edited by fygar256 (2023-03-12 07:17:31)
Offline
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Ftr, try C.UTF-8 or en_US.UTF-8 (you'll still have to generate the latter)
because the console don't display Japanese correctly
Install and use a monospace font w/ utf8 coverage for kana/kanji
See https://bbs.archlinux.org/viewtopic.php?id=284134 if your TE is struggling with variable-width fonts
Offline
Pages: 1