On Fri, Oct 31, 2003 at 10:06:50PM +0100, Pav Lucistnik wrote:
> Hi,
>
> strange thing is happening here on two week old -CURRENT world.
> This simple command:
>
> $ echo CATALOG | tr 'a-z' 'A-Z'
> CATALOG
>
> but
>
> $ echo CATALOG | LANG=cs_CZ.ISO8859-2 tr 'a-z' 'A-Z'
> bA?Ak?f
It is incorre
V pá, 31. 10. 2003 v 22:06, Pav Lucistnik píše:
> $ echo CATALOG | LANG=cs_CZ.ISO8859-2 tr 'a-z' 'A-Z'
> bAšAkňf
Further playing with CVS revealed that str.c rev 1.17 is ok,
str.c rev 1.18 is broken. Commit log reads:
POSIX requires 'c-c' must conform collate and be in collation order
and the c