emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#21989: closed (grep search by ASCII code unsuccess


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21989: closed (grep search by ASCII code unsuccessful)
Date: Mon, 23 Nov 2015 16:17:02 +0000

Your message dated Mon, 23 Nov 2015 08:16:32 -0800
with message-id <address@hidden>
and subject line Re: bug#21989: grep search by ASCII code unsuccessful
has caused the debbugs.gnu.org bug report #21989,
regarding grep search by ASCII code unsuccessful
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
21989: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21989
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: grep search by ASCII code unsuccessful Date: Sun, 22 Nov 2015 21:24:05 -0800
Hi,

I think I found a bug which did not exist in version 2.14, but does seem to exist in versions 2.16 and 2.22. I have not tested any other versions.

Say there is a file with the following contents:

address@hidden:tmp$ cat temp | xxd
0000000: 68e2 8093 680a                           h...h.

The following is the grep 2.14 command and output:

address@hidden:tmp$ cat temp | grep -P '\xe2\x80\x93'
hh

The following is the grep 2.16/2.22 command and output:

address@hidden:tmp$ cat temp | grep -P '\xe2\x80\x93'
address@hidden:tmp$

Thanks,
Shivanshu Goyal

--- End Message ---
--- Begin Message --- Subject: Re: bug#21989: grep search by ASCII code unsuccessful Date: Mon, 23 Nov 2015 08:16:32 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0
Thanks, Stephane, for diagnosing the problem. Closing the bug.


--- End Message ---

reply via email to

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