Regarding bash and 8th bit

Benjamin Redelings I (bredelin@ucla.edu)
Sun, 12 Dec 1999 22:54:11 -0800


Hello Jeff,
Hearing that bash strips the eighth bit surprised me, because I think I
remember using it with kterm (kanji-term) and two-byte characters. I
could be wrong though.
Anyway, I think the trick is modifying the inputrc file. Oh yes, here
we go. This is from Debian's /etc/inputrc:

/etc/inputrc:
# /etc/inputrc - global inputrc for libreadline
# See readline(3readline) and `info readline' for more information.

# Be 8 bit clean.
set input-meta on
set output-meta on

I think I also heard that libreadline is up to version 4, but I only
have version 2. I think the next bash will have version 4.

all the best,
-BenRI

-- 
"This isn't right.  This isn't even wrong." -- Wolfgang Pauli
Benjamin Redelings I      <><     http://www.bol.ucla.edu/~bredelin

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/