Re: tr: [:upper:] and [:lower:] in SET1

2007-10-21 Thread Jim Meyering
[EMAIL PROTECTED] (Per Starbäck) wrote: tr (GNU coreutils) 6.9 $ echo Foo | tr '[:upper:]' '[X*]' tr: misaligned [:upper:] and/or [:lower:] construct Other character sets work like this, at least this one: $ echo Foo | tr '[:alnum:]' '[X*]' XXX I guess there is a bug in code

tr: [:upper:] and [:lower:] in SET1

2007-10-20 Thread Per Starbäck
tr (GNU coreutils) 6.9 $ echo Foo | tr '[:upper:]' '[X*]' tr: misaligned [:upper:] and/or [:lower:] construct Other character sets work like this, at least this one: $ echo Foo | tr '[:alnum:]' '[X*]' XXX I guess there is a bug in code that is there to check if [:upper:] or [:lower:]