[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem mit locales



Sebastian Kayser schrieb:
...
Prüfe mit "locale -a", ob de_DE@euro überhaupt richtig generiert wurde,
lasse ggf.  "dpkg-reconfigure locales" nochmals laufen, mit "locale -a"
wieder gegenprüfen, ausloggen, einloggen.
Mit "locale" prüfen, ob /etc/environment ordnungsgemäß ausgewertet

Darf ich mich hier mal kurz dranhängen? Ich hab das Problem, das root und user unterschiedliche Einstellungen bekommen, weiß aber nicht warum bzw. wie ich das abstellen kann. Für root führt das scheinbar dazu, dass keine Umlaute dargestellt bzw. eingebeben werden können, als User geht das:

root@linux:~# locale -a
C
POSIX
de_DE.iso885915@euro
de_DE@euro
root@linux:~# locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=


frisco@linux:/downloads$ locale -a
C
de_DE@euro
de_DE.iso885915@euro
POSIX
frisco@linux:/downloads$ locale
LANG=de_DE@euro
LC_CTYPE="de_DE@euro"
LC_NUMERIC="de_DE@euro"
LC_TIME="de_DE@euro"
LC_COLLATE="de_DE@euro"
LC_MONETARY="de_DE@euro"
LC_MESSAGES="de_DE@euro"
LC_PAPER="de_DE@euro"
LC_NAME="de_DE@euro"
LC_ADDRESS="de_DE@euro"
LC_TELEPHONE="de_DE@euro"
LC_MEASUREMENT="de_DE@euro"
LC_IDENTIFICATION="de_DE@euro"
LC_ALL=

Hast du da auch einen Tipp für?

Viele Grüße
André



Reply to: