Oh bash, it's fine you just need something like this:

# /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

# To allow the use of 8bit-characters like the german umlauts, comment out
# the line below. However this makes the meta key not work as a meta key,
# which is annoying to those which don't need to type in 8-bit characters.

# set convert-meta off


-- 
Rob.                          (Robert de Bath <rdebath @ poboxes.com>)
                                       <http://www.cix.co.uk/~mayday>

On Wed, 30 May 2001, Frank da Cruz wrote:

> > On Wed, 30 May 2001, Frank da Cruz wrote:
> >
> > > UNIXes.  Ditto in Ultrix 3.0, Xenix 2.3.4, and 4.2/4.3BSD itself.  Ditto in
> > > HP-UX 10.20 (even though it is strict SVR4).  But not in SINIX 5.42 (also
> >
> > Character \203 is fine on HP-UX 10.20, is the problem with Kermit ?
> >
> No, Kermit is really sending \303\203.  Maybe it depends on the shell.
> The one I tried it in was bash, and it got SIGINT (with -istrip).  Obviously
> the first problem is to achieve 8-bit transparency at all, which is still not
> a given.  Then worry about C1 transparency.
>
> - Frank
>
> -
> Linux-UTF8:   i18n of Linux on all levels
> Archive:      http://mail.nl.linux.org/linux-utf8/
>
>

-
Linux-UTF8:   i18n of Linux on all levels
Archive:      http://mail.nl.linux.org/linux-utf8/

Reply via email to