bug on [A-Z] and [a-z]

2011-05-02 Thread ribas
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKA

Re: bug on [A-Z] and [a-z]

2011-05-02 Thread Bruno Cesar Ribas
echo [A-Z]* > > > > and got output > > > > b c D E F > > > > as expected. Then I tried > > > > LANG=C > > export LANG > > echo [A-Z]* > > > > and got output > > > > D E F > > > >