bug-grep
[Top][All Lists]
Advanced

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

[bug #15653] "^([[:digit:]]+[[:space:]]+){2}" does not match "1 2 3" in


From: Andreas Schwab
Subject: [bug #15653] "^([[:digit:]]+[[:space:]]+){2}" does not match "1 2 3" in utf8 locale
Date: Tue, 7 Feb 2006 17:33:40 +0100
User-agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux 2.6.15-4-default; ia64) KHTML/3.5.0 (like Gecko)

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15653>

                 Summary: "^([[:digit:]]+[[:space:]]+){2}"  does not match "1
2 3" in utf8 locale
                 Project: grep
            Submitted by: schwab
            Submitted on: Tue 02/07/06 at 17:33
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

$ echo "1 2 3" | LC_ALL=C src/grep -E "^([[:digit:]]+[[:space:]]+){2}" 
1 2 3
$ echo "1 2 3" | LC_ALL=de_DE.UTF-8 src/grep -E
"^([[:digit:]]+[[:space:]]+){2}" 







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15653>

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





reply via email to

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