Hugh Lawson <[EMAIL PROTECTED]> writes:

> Hugh Lawson <[EMAIL PROTECTED]> writes:
> 
> > # make bash deal properly with 8-bit characters
> > bind "set output-meta on"
> > bind "set input-meta on"
> > bind "set convert-meta off"
> > 
> > 
> > /bin/loadkeys us-intl.iso15
> > /usr/bin/consolechars -f lat9u-16

[ snip ]

> How do I get accented characters and euro on the console bash command
> line in an old thinkpad?

Some more trial and error that worked.

I had the below in my thinkpad ~/.bashrc:

> > bind "set output-meta on"
> > bind "set input-meta on"
> > bind "set convert-meta off"


Instead, I put it in my ~/.inputrc, but like this:

        set output-meta on
        set input-meta on
        set convert-meta off

These variable settings make readline accept 8-bit characters, as I
understand.

Now, on bash shell command line, when I type 'c, I see c with cedilla.
The loadkeys and consolechars commands, as above, remain in the
.bashrc.


-- 
Hugh Lawson
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to