https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184733

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

Also worth noting: this equivalent test on a relatively recent Debian machine:

> 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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to