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

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

Re: [BUG] Incorrect matching


From: Paolo Bonzini
Subject: Re: [BUG] Incorrect matching
Date: Mon, 6 Sep 2010 22:26:58 +0200

Please read the BUGS file (this is a non-bug).

Paolo

On Mon, Sep 6, 2010 at 05:11, Alex Turbov <address@hidden> wrote:
> Hello.
>
> I've found a bad bug in sed >=4.2. Trying to match capital letters I
> tired this command:
>
> $ echo HelloAfrica | sed 's,\([A-Z]\),_\L\1,g'
>
> expected result: _hello_africa
> actual result: _h_e_l_l_o_a_f_r_i_ca
>
> meanwhile., sed 4.1.5 works fine for me!
> FYI, my glibc is 2.12.1
>
> please ask me for any requireed information by e-mail.
>
>
>



reply via email to

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