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/