Re: bash strangeness with utf-8

2007-07-11 Thread Giraud
Benno Schulenberg wrote: > 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. Nothing found doing this grep... As for doing a script, the "1034h" is indeed missing in the plain shell you

Re: bash strangeness with utf-8

2007-07-11 Thread Giraud
em remains. How best to debug this? tcsh and sh do not exhibit the problem, and it only seems to happen on Gentoo/FreeBSD (not Linux). -Joe Benno Schulenberg wrote: > Giraud wrote: >> The following prompt is set in my .bashrc (but the same behavior

Re: bash strangeness with utf-8

2007-07-11 Thread Giraud
Hi Benno, Here is the output from "locale": LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_ALL=en_US.UTF-8 The following prompt is set in my .bashrc (but the same behavior happ