grep - Bugs: bug #36567, grep -i (case-insensitive) is...
You are not allowed to post comments on this tracker with your current authentication level.
bug #36567: grep -i (case-insensitive) is broken with UTF8
Submitter: | Strahinja Kustudic <kustodian> | ||
Submitted: | Thu 31 May 2012 11:18:30 AM UTC | ||
Category: | None | Severity: | 4 - Important |
Item Group: | None | Status: | Fixed |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Closed |
Tue 12 Jun 2012 04:49:54 PM UTC, comment #5: |
Paul Eggert <eggert>![]() |
Tue 12 Jun 2012 04:01:56 PM UTC, comment #4: Whoops, sent the wrong patch; here's the corrected one. |
Paul Eggert <eggert>![]() |
Tue 12 Jun 2012 03:50:22 PM UTC, comment #3: I'm attaching a further fix, to fix a problem reported today about the installed patch. |
Paul Eggert <eggert>![]() |
Fri 01 Jun 2012 08:44:06 AM UTC, comment #2: Thank you very much for the fast response. I was stunned to see this problem not being reported earlier, especially since the last 6 versions have it. |
Strahinja Kustudic <kustodian> |
Thu 31 May 2012 04:11:05 PM UTC, comment #1: Thanks for reporting the bug. I have confirmed it and will boost the severity. This part of the code is in a bad state -- there's a FIXME in do_execute. I haven't had time yet to figure out what's going on. |
Paul Eggert <eggert>![]() |
Thu 31 May 2012 11:18:30 AM UTC, original submission:
Since version 2.6.1 grep doesn't work correctly if you use a case-insesitive search with UTF8 encoding when there is an UTF8 character. Here is the example:
|
Strahinja Kustudic <kustodian> |
Depends on the following items: None found
Items that depend on this one: None found
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 7 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2012-06-12 | eggert | Status | Confirmed | ![]() |
Fixed |
Open/Closed | Open | ![]() |
Closed | ||
2012-06-12 | eggert | Attached File | - | ![]() |
Added grep-i-diff2.txt, #26010 |
2012-06-12 | eggert | Attached File | #26009 | ![]() |
Removed |
2012-06-12 | eggert | Attached File | - | ![]() |
Added grep-i-diff.txt, #26009 |
2012-05-31 | eggert | Severity | 3 - Normal | ![]() |
4 - Important |
Status | None | ![]() |
Confirmed |
I've pushed the patch (with one minor further change) and am marking this bug as fixed.