bug-findutils
[Top][All Lists]
Advanced

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

[bug #30327] regex ranges [A-Z] and [a-z] ignore case.


From: Eric Blake
Subject: [bug #30327] regex ranges [A-Z] and [a-z] ignore case.
Date: Fri, 02 Jul 2010 16:18:43 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.4) Gecko/20100622 Fedora/3.6.4-1.fc13 Firefox/3.6.4

Update of bug #30327 (project findutils):

                  Status:                    None => Invalid                
             Assigned to:                    None => ericb                  

    _______________________________________________________

Follow-up Comment #1:

Not a bug, but a function of your current locale.  For more details, see FAQ
E9 in the bash FAQ: 
http://tiswww.case.edu/php/chet/bash/FAQ

Either set LC_ALL=C in your environment (technically, LC_COLLATE=C is
sufficient, but then you have to guarantee that LC_CTYPE is compatible), or
use [[:upper:]] and [[:lower:]] instead of [A-Z] and [a-z] for proper locale
case-sensitive regexes in your current locale.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30327>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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