bug#18983: [PATCH] grep: check ja_JP.SJIS and ja_JP.PCK for Shift_JIS locale

2015-07-18 Thread Jim Meyering
On Fri, Nov 7, 2014 at 12:12 PM, Jim Meyering wrote: > On Fri, Nov 7, 2014 at 4:20 AM, Norihiro Tanaka wrote: >> Shift_JIS locale is installed in my machine, but sjis-mb test module >> recognizes it, as it is defined as ja_JP.SJIS. >> >> Further more, on Solaris it is defined as ja_JP.PCK. > > Th

bug#18983: [PATCH] grep: check ja_JP.SJIS and ja_JP.PCK for Shift_JIS locale

2014-11-07 Thread Jim Meyering
On Fri, Nov 7, 2014 at 4:20 AM, Norihiro Tanaka wrote: > Shift_JIS locale is installed in my machine, but sjis-mb test module > recognizes it, as it is defined as ja_JP.SJIS. > > Further more, on Solaris it is defined as ja_JP.PCK. Thank you, I will revisit this diff after the upcoming release.

bug#18983: [PATCH] grep: check ja_JP.SJIS and ja_JP.PCK for Shift_JIS locale

2014-11-07 Thread Norihiro Tanaka
Shift_JIS locale is installed in my machine, but sjis-mb test module recognizes it, as it is defined as ja_JP.SJIS. Further more, on Solaris it is defined as ja_JP.PCK. From 334811b1de99bfe211f8d1a99dde0d47f137e7fe Mon Sep 17 00:00:00 2001 From: Norihiro Tanaka Date: Fri, 7 Nov 2014 21:08:34 +090