buggrep - Bugs: bug #15653, ...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

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

Submitter:  Andreas Schwab <schwab>
Submitted:  Tue 07 Feb 2006 04:33:40 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Wed 17 Mar 2010 08:26:25 AM UTC, comment #4: 

Thank you for the bug report. This bug has been fixed in the
development sources, which can be downloaded using git from
git://git.sv.gnu.org/grep.git

Paolo Bonzini <bonzini>
Fri 04 Dec 2009 07:58:09 PM UTC, comment #3: 

Still broken, also broken in Fedora 12.

Paolo Bonzini <bonzini>
Tue 07 Feb 2006 10:55:09 PM UTC, comment #2: 

FWIW, it works on Fedora Core 4 with grep-2.5.1-48.2 and on devel with grep-2.5.1-52.

Tim Waugh <twaugh>
Tue 07 Feb 2006 09:19:21 PM UTC, comment #1: 

Confirmed as a bug in grep CVS 2006-02-06.

That's a very good and concise reproduction recipe.  The "+" characters can be removed but everything else in it seems to be just sufficient.

Julian Foad <julianfoad>
Tue 07 Feb 2006 04:33:40 PM UTC, original submission:  

$ 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}"

Andreas Schwab <schwab>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bonzini (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-03-17 bonzini StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code