bug-grep
[Top][All Lists]
Advanced

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

Re: Case matching error


From: Tim Waugh
Subject: Re: Case matching error
Date: Mon, 6 Mar 2006 05:22:53 -0500
User-agent: Mutt/1.4.1i

On Mon, Mar 06, 2006 at 10:38:16AM +0100, Jan Wielemaker wrote:

> > The original reporter is seeing the correct implementation of the
> > locale stuff, I imagine.
> 
> gollem (~) 1_> locale
> LANG=en_GB.UTF-8

As I said -- you are seeing the _correct_ implementation of the locale
bits.  For [A-Z], you mean that you want everything that compares
(using strcoll) between 'A' and 'Z' -- this includes 'm', for
instance.  If you meant that you want all upper-case letters, you need
to use a class, such as [[:upper:]].

Tim.
*/

Attachment: pgp3c0joATZYV.pgp
Description: PGP signature


reply via email to

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