bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: sed 3.02-11 fails to distinguish between [A-Z] and [a-z]


From: Hans-Bernhard Broeker
Subject: Re: sed 3.02-11 fails to distinguish between [A-Z] and [a-z]
Date: 26 Jun 2001 10:08:47 GMT

Jake Fan <address@hidden> wrote:

> which led to the discovery of this bug in sed 3.02-11.  It appears that it 
[...]
> Version 3.02-9 and earlier appear to work ok.

Note how the difference is between Mandrake-internal versions of sed?
This means it's Mandrake, not GNU sed, that has this bug.

One possible reason would locale-specific behaviour of [A-Z] character
classes.

Have you tried:

        echo gnu | env LC_ALL=C sed 's/[A-Z]//g'

for comparison?
-- 
Hans-Bernhard Broeker (address@hidden)
Even if all the snow were burnt, ashes would remain.



reply via email to

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