Re: French Keyboard (partial solution)
Re: French Keyboard (partial solution)
- Subject: Re: French Keyboard (partial solution)
- From: Yves Pouplard <email@hidden>
- Date: Sun, 12 Jan 2003 20:42:26 +0100
On Sun, 12 Jan 2003 18:19:16 +0100, Paolo Cacciatori wrote:
>
> Domenica, 12 gen 2003, alle 17:06 Europe/Rome, Yves Pouplard ha scritto:
>
>> ... I have tested the command "stty -istrip" in the X11 terminal
>> (TERM=xterm), and it is enough for I get the accented characters, but
>> the command doesn't work when set to the $HOME/.xinitrc file. So I'm
>> still working on the subject :o)
>
> Put "stty -istrip" in your ~/.cshrc
>
> My ~/.cshrc is:
>
> source /sw/bin/init.csh
> stty -istrip
> setenv DISPLAY 0:0
Thanks. As I use zsh, I have added these two lines :
# X11 only : unset stripping 8th bit, set charlen to 8 bits, no parity
[[ $TERM = "xterm" ]] && /bin/stty -istrip cs8 -parenb
in my .zshenv, and it works :-)
--
Yves Pouplard
email@hidden
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.