Re: [PATCH v5 10/10] diffcore-pickaxe: support case insensitive match on non-ascii

2016-01-28 Thread Eric Sunshine
On Thu, Jan 28, 2016 at 6:56 AM, Nguyễn Thái Ngọc Duy wrote: > Similar to the "grep -F -i" case, we can't use kws on icase search > outside ascii range, so we quote the string and pass it to regcomp as > a basic regexp and let regex engine deal with case sensitivity. > > The new test is put in t78

[PATCH v5 10/10] diffcore-pickaxe: support case insensitive match on non-ascii

2016-01-28 Thread Nguyễn Thái Ngọc Duy
Similar to the "grep -F -i" case, we can't use kws on icase search outside ascii range, so we quote the string and pass it to regcomp as a basic regexp and let regex engine deal with case sensitivity. The new test is put in t7812 instead of t4209-log-pickaxe because lib-gettext.sh might cause prob