Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2017 04:00:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 184733] bsdgrep(1) doesn't match a regular expression containing "|" against UTF-16 file [regression]
Message-ID:  <bug-184733-8-IxIBb9aqj2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-184733-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-184733-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D184733

--- Comment #2 from Kyle Evans <bsdports@kyle-evans.net> ---
(In reply to Kyle Evans from comment #1)

Also worth noting: this equivalent test on a relatively recent Debian machi=
ne:

> grep (GNU grep) 2.27

$ echo abc > testfile
$ iconv -f ASCII -t UTF-16LE testfile > utftestfile
$ egrep -c "a.b" /tmp/utftestfile
0
$ egrep -c "a.b|d" /tmp/utftestfile
0

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-184733-8-IxIBb9aqj2>