bug-grep
[Top][All Lists]
Advanced

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

[bug #19638] correction to bug #19637: w and [[:alnum:]] not equivalent


From: anonymous
Subject: [bug #19638] correction to bug #19637: w and [[:alnum:]] not equivalent in multibyte locale
Date: Fri, 20 Apr 2007 08:47:35 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.2) Gecko/20061023 SUSE/2.0.0.2-1.1 Firefox/2.0.0.2

URL:
  <http://savannah.gnu.org/bugs/?19638>

                 Summary: correction to bug #19637: \w and [[:alnum:]] not
equivalent in multibyte locale
                 Project: grep
            Submitted by: None
            Submitted on: Freitag 20.04.2007 um 08:47 UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Sorry, I copied the wrong line from the terminal:

It should be:

 echo -e "a\nä" | LC_ALL=de_DE.utf8 ./grep -E '\w'

instead of 

 echo -e "a\nä" | LC_ALL=de_DE.utf8 ./grep -P '\w'


(i.e. \w in extended regular expressions)


Thanks, again

Sebastian




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

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