Change system wide character set
出典: openSUSE
| 本稿は, サポート・データベース(SDB)に含まれるべきです! 本稿は サポート・データベース(SDB)標準を厳守するために洗礼する必要があり, その後, SDBへ移動させるべきです。 |
To change the system wide character set from UTF-8 to ISO-8859-15 you should edit the following files:
vi /etc/sysconfig/language RC_LANG="de_DE@euro"
vi /etc/bash.bashrc.local export LANG=de_DE@euro export LC_MESSAGES=POSIX export LC_CTYPE=de_DE@euro
This works after next login.
vi /etc/sysconfig/console CONSOLE_ENCODING="ISO-8859-15"
The new console character set works after system reboot.

