bug-bash
[Top][All Lists]
Advanced

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

Re: bash strangeness with utf-8


From: Benno Schulenberg
Subject: Re: bash strangeness with utf-8
Date: Mon, 09 Jul 2007 23:09:32 +0200
User-agent: KMail/1.9.7

Giraud wrote:
> Benno Schulenberg wrote:
> > Then try 'env -i bash --noprofile --norc'.  If that
> > instance of the shell doesn't exhibit the problem, then you
> > know for sure it's something in the environment.
>
> Initially, after entering this plain shell, the problem does not
> exist. However, a simple "export LANG='en_US.UTF-8'" resumes the
> problem faithfully.

On what terminal are you doing this?  To what encoding is the 
terminal set?

> > If the problem remains even with an empty environment, try
> > using an empty ~/.inputrc or /etc/inputrc.
>
> These files do not exist on my system,

Then re-emerge baselayout.  That should give you a default inputrc. 
In that file maybe these flags are relevant to your problem:

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

If still no luck, then maybe your readline is broken?  But first 
check that everyting is emerged with the unicode USE flag.

Or wait, which ncurses are you using?  If 5.6*, then mask it and go 
back to 5.5-r3 and see if that helps.

Benno




reply via email to

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