RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1050919 - incorrect perl-expressions matching unicode symbols
Summary: incorrect perl-expressions matching unicode symbols
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: grep
Version: 7.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Jaroslav Škarvada
QA Contact: Filip Holec
URL:
Whiteboard:
Depends On: 799400
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-09 10:48 UTC by Jaroslav Škarvada
Modified: 2016-04-18 10:26 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Rebase: Bug Fixes and Enhancements
Doc Text:
Clone Of: 799400
Environment:
Last Closed: 2014-06-13 10:37:56 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jaroslav Škarvada 2014-01-09 10:48:21 UTC
+++ This bug was initially created as a clone of Bug #799400 +++

Description of problem:
There is no difference between the run of 
# echo €€ | grep -P '\p{S}' 
€€
# echo €€ | grep -P '\P{S}'
€€

'pcregrep' works correctly:
# echo €€ | pcregrep -u '\p{S}'
€€
# echo €€ | pcregrep -u '\P{S}'
-empty-


Version-Release number of selected component (if applicable):
grep-2.10-2.fc17.x86_64

How reproducible:
always

Steps to Reproduce:
1. echo €€ | grep -P '\p{S}'
2. echo €€ | grep -P '\P{S}'
3.
  
Actual results:
€€
€€

Expected results:
€€
-empty-

Additional info:

--- Additional comment from Fedora End Of Life on 2013-04-03 20:16:34 CEST ---

This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle.
Changing version to '19'.

(As we did not run this process for some time, it could affect also pre-Fedora 19 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19

--- Additional comment from Jaroslav Škarvada on 2014-01-03 14:00:02 CET ---

Moving to f20, feel free to comment if you need the fix back-ported to f19.

--- Additional comment from Fedora Update System on 2014-01-03 14:01:42 CET ---

grep-2.16-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/FEDORA-2014-0042/grep-2.16-1.fc20

--- Additional comment from Fedora Update System on 2014-01-04 20:55:07 CET ---

grep-2.16-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 1 Jaroslav Škarvada 2014-01-09 10:49:09 UTC
The best approach to resolve this is rebase grep to 2.16.

Comment 4 Jan Grulich 2014-02-04 11:45:11 UTC
Fixed in grep-2.16-1.el7.

Comment 7 Ludek Smid 2014-06-13 10:37:56 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.


Note You need to log in before you can comment on or make changes to this bug.