bug-grep
[Top][All Lists]
Advanced

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

[bug #16179] 'egrep -i ' + backreference = bug


From: Benno Schulenberg
Subject: [bug #16179] 'egrep -i ' + backreference = bug
Date: Mon, 01 Jan 2007 14:37:07 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061226 Firefox/1.5.0.9

Follow-up Comment #2, bug #16179 (project grep):

Sorry, it is indeed a bug.  It only works right for UTF8 locales,
not for other ones:

$ echo 'The the' | LC_ALL=nl_NL.utf8 src/grep -E -i '(the) \1'
The the
$ echo 'The the' | LC_ALL=nl_NL src/grep -E -i '(the) \1'
$ echo 'The the' | LC_ALL=C src/grep -E -i '(the) \1'


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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