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 15:50:04 +0200
User-agent: KMail/1.9.7

Giraud wrote:
> Hmm, interesting.

Please don't top-post.

> Yes, I do have PROMPT_COMMAND set, it appears.  However, if I
> unset it (and even  also 'export PS1="foo "' to set PS1 to a
> simple string), the problem remains.

Then look at a new typescript, and see if that strange 1034h is 
still there.  If yes, a simple 'set | grep 1034' might find the 
variable that contains it.

>
> How best to debug this?  tcsh and sh do not exhibit the problem,

Aha.  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. 

If the problem remains even with an empty environment, try using an 
empty ~/.inputrc or /etc/inputrc.

Benno




reply via email to

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