bug-bash
[Top][All Lists]
Advanced

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

massive bug with LC_CTYPE vs. less than one line responses


From: Dan Jacobson
Subject: massive bug with LC_CTYPE vs. less than one line responses
Date: Sun, 16 Feb 2003 11:26:14 +0800

Gentlemen, output commands that print less than a line will not be seen if
on many terminals if one does LC_CTYPE=zh_TW.Big5

z@debian:~$ echo -e ZZZZZZZ\\c
ZZZZZZZz@debian:~$ LC_CTYPE=zh_TW.Big5
z@debian:~$ echo -e ZZZZZZZ\\c  <-----output from this gets wiped away by a 
carriage ret
z@debian:~$ echo -e ooooo\\c|wc
      0       1       5         <-----proof that the failure is not in 'echo'

this is an important bug, e.g. i'm trying to learn perl and
   perl -e'print 1+1'
is not talking to me do to this.  I must run it in an emacs *shell* window.

Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' 
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-pc-linux-gnu' 
-DCONF_VENDOR='pc' -DSHELL -DHAVE_CONFIG_H  -I.  
-I/build/packages/bash/bash-2.05b -I/build/packages/bash/bash-2.05b/include 
-I/build/packages/bash/bash-2.05b/lib  -g -O2
uname output: Linux debian 2.4.19-k7 #1 Sun Oct 6 20:29:56 EST 2002 i686 
unknown unknown GNU/Linux
Machine Type: i386-pc-linux-gnu

Bash Version: 2.05b
Patch Level: 0
Release Status: release




reply via email to

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