bug-bash
[Top][All Lists]
Advanced

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

sterling... not really


From: Sam Halliday
Subject: sterling... not really
Date: Thu, 10 Oct 2002 18:18:48 +0100

2.05b with patch level 4 - dynamic linked to readline library 4.3
i686 linux-2.4.19, glibc-2.3
gcc-3.2
*description of the bug behaviour.
I use a UK keyboard map, but when i type UK specific keys on the
keyboard, such as £, the pound sterling symbol, i get \243 typed to the
screen. Fair enough, i can put an echo in front of that and get bash to
show me the £ symbol, but i'd really like it to appear when i type it...
the same goes for a few othere characters such as ¬. is this a known
issue?

here is my /etc/inputrc
set horizontal-scroll-mode Off
set meta-flag On      # Enables 8 bit input
set input-meta On     # Enables 8 bit input
set convert-meta Off  # Turns off 8th bit stripping
set output-meta On    # Keep the 8th bit for display
set bell-style none   # none,visable or audible
"\eOd": backward-word
"\eOc": forward-word
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[3~": delete-char
"\e[2~": quoted-insert
"\eOH": beginning-of-line
"\eOF": end-of-line

thanks in advance!
Sam
-- 
You're dead, Jim.
-- McCoy, "Amok Time", stardate 3372.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]