Moin,
ist ganz einfach. Das hier:
> Benutze die akuelle BASH-2.04 als Shell. Habe aber auch keine LC_* Variablen
> in der ".bash_login" oder ".bashrc" gesetzt.
verursacht das hier:
> Allerdings weder auf der Konsole als im "VI" kann ich Umlaute benutzen.
unset LC_ALL
LC_COLLATE=de_DE.ISO_8859-1
LC_CTYPE=de_DE.ISO_8859-1
LC_MESSAGES=C
LC_MONETARY=de_DE.ISO_8859-1
LC_NUMERIC=de_DE.ISO_8859-1
LC_TIME=de_DE.ISO_8859-1
export LC_COLLATE LC_CTYPE LC_MONETARY LC_MESSAGES LC_NUMERIC LC_TIME LC_ALL
hilft weiter.
/s/Udo
-- Wie sich die Bilder gleichen... 1934: Ein Volk, ein Reich, ein Fuehrer (NSDAP-Werbung) 1999: One world, one web, one program (Microsoft-Werbung) To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Thu 04 Jan 2001 - 20:54:51 CET