View Single Post
eight's Avatar
Posts: 106 | Thanked: 81 times | Joined on Dec 2011 @ /
#2503
I'm struggling around with the locales in ED.

apt-get upgrade and dpkg-reconfigure localeconf shows this output:
Code:
[root@m5sulu: /]dpkg-reconfigure localeconf
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_PAPER = "de_DE",
        LC_ADDRESS = "de_DE",
        LC_MONETARY = "de_DE",
        LC_NUMERIC = "de_DE",
        LC_TELEPHONE = "de_DE",
        LC_MESSAGES = "de_DE",
        LC_IDENTIFICATION = "de_DE",
        LC_MEASUREMENT = "de_DE",
        LC_TIME = "de_DE",
        LC_NAME = "de_DE",
        LANG = "de_DE"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
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
Package `localeconf' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
Setting LANGUAGE and LC_ALL works temporary for apt-get upgrade until next chroot login.
Code:
[root@m5sulu: /]export LANGUAGE="de_DE"
[root@m5sulu: /]export LC_ALL="de_DE.UTF8"
Is it advisable to change this manualy, or is there a better way? And if so could anybody give me a tip where to set this variables permanent?

Edit:
These settings don't work very well, some symbols and ä ö ü for example are displayed wrong. Trying to get this sorted .....

Last edited by eight; 2012-01-10 at 17:56.
 

The Following User Says Thank You to eight For This Useful Post: