Change system wide character set
From openSUSE
| This article should be included in the Support Database! This article should be polished to adhere to the Support Database (SDB) standards, and then moved to the 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.

