bug#38223: grep >=2.28 cannot handle -wF correctly under LANG=ja_JP.eucjp

2019-11-15 Thread NIDE, Naoyuki
echo ba | LANG=ja_JP.eucjp grep -F -w a outputs ba, but should output nothing. NIDE, Naoyuki n...@ics.nara-wu.ac.jp

bug#38223: grep >=2.28 cannot handle -wF correctly under LANG=ja_JP.eucjp

2019-11-15 Thread NIDE, Naoyuki
In Message , Paul Eggert writes: > On 11/15/19 11:06 AM, NIDE, Naoyuki wrote: > > echo ba | LANG=ja_JP.eucjp grep -F -w a > > outputs ba, but should output nothing. > > I don't observe this problem with GNU grep 3.3 on Fedora 31. Please > try upgrading to