View previous topic :: View next topic |
Author |
Message |
genmich Apprentice
Joined: 03 Apr 2003 Posts: 196
|
Posted: Mon Oct 06, 2003 5:50 pm Post subject: locale (/etc/profile) - dt+engl? |
|
|
Hi,
momentan sieht die /etc/profile bei mir so aus:
Code: |
export LANG=de_DE@euro
export LC_MESSAGES=C
|
dadurch ist "locale" so:
Code: | 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=C
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=
|
Soweit ganz gut.
Nur hätte ich gerne im licq weiterhin englischen Text und die System (Fehler)Meldungen auf Englisch, aber in jedit weiterhin die Umlaute.
Wenn ich ich alles auf C setze gehen die Umlaute in jedit verloren.
Jemand 'ne Idee?
miga |
|
Back to top |
|
|
idefix n00b
Joined: 15 Mar 2003 Posts: 23
|
|
Back to top |
|
|
genmich Apprentice
Joined: 03 Apr 2003 Posts: 196
|
Posted: Thu Oct 09, 2003 5:28 pm Post subject: |
|
|
Danke! Das hat geholfen
Code: | export LANG="en_IE@euro" |
(englisch aber trotzdem Umlaute) |
|
Back to top |
|
|
|