On Wednesday 03 May 2006 21:42, Mike Frysinger wrote:
> the proposed hack:
> http://lists.gnu.org/archive/html/bug-bash/2006-03/msg00005.html
>
> seems to work for this test case ...

but then seems to break another one:
export LC_ALL=C
PS1='\[\e[0;33m\]\u\[\e[0m\] '
printf a > foo.txt
cat foo.txt

then again, this test is broken atm with a unicode locale:
PS1='\[\e[0;33m\]\u\[\e[0m\] '
printf a > foo.txt
export LC_ALL=en_US
cat foo.txt             <- works
export LC_ALL=en_US.UTF8
cat foo.txt             <- fails
-mike


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to