Probleme mit Umlauten in der Bash

k3rn3lpanic

Unregistered User
Hallo allerseits,

ich hab ein bisschen Probleme mit Umlauten - allerdings nur in der Bash & C-Shell.
Meine Keymap steht auf german.iso und mein Fontset is der iso15-8x8.
In der normalen Sh gehen die Umlaute.

Weiß jemand woran das liegt?

Thx im voraus,

ulli
 
meine Einstellunen für die BASH

[auge@seth auge]$ cat .bashrc |grep export
export MM_CHARSET=ISO8859-15
export LC_CTYPE=de_DE.ISO8859-15
export LC_MESSAGES=en_US.ISO8859-15

[auge@seth auge]$ cat .inputrc
set meta-flags on
set convert-meta off
set output-meta on
"\e[3~": delete-char

[auge@seth auge]$ cat /etc/ttys |grep cons25l1
ttyv0 "/usr/libexec/getty Pc" cons25l1 on secure
ttyv1 "/usr/libexec/getty Pc" cons25l1 on secure
ttyv2 "/usr/libexec/getty Pc" cons25l1 on secure
ttyv3 "/usr/libexec/getty Pc" cons25l1 on secure
ttyv4 "/usr/libexec/getty Pc" cons25l1 on secure
ttyv5 "/usr/libexec/getty Pc" cons25l1 on secure
ttyv6 "/usr/libexec/getty Pc" cons25l1 on secure
ttyv7 "/usr/libexec/getty Pc" cons25l1 on secure

fürs xterm
/usr/X11R6/lib/X11/fonts/misc/font.alias

fixed -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-15
variable -*-helvetica-bold-r-normal-*-*-120-*-*-*-*-iso8859-15

klappts dann auch mit dem €uro?
 
Zurück
Oben