buggrep - Bugs: bug #19638, correction to bug #19637: \w and...

 
 

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

bug #19638: correction to bug #19637: \w and [[:alnum:]] not equivalent in multibyte locale

Submitter:  None
Submitted:  Fri 20 Apr 2007 08:47:34 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Duplicate
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Discussion locked!

Sat 22 Mar 2008 07:47:52 PM UTC, comment #1: 

Duplicate of bug #19637

Tony Abou-Assaleh <taa>
Group administrator
Fri 20 Apr 2007 08:47:34 AM UTC, original submission:  

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

Anonymous

 

(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 taa (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-03-22 taa StatusNone Duplicate
        Open/ClosedOpen Closed
        Discussion LockNone Locked
        Summarycorrection to bug #19637: \\w and [[:alnum:]] not equivalent in multibyte locale correction to bug #19637: \w and [[:alnum:]] not equivalent in multibyte locale

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code