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

2015-07-09 Thread Eric Sunshine
On Wed, Jul 8, 2015 at 6:38 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, quote we quote the string and pass it to regcomp s/quote we quote/so we quote/ (or something) > as a basic regexp and let regex engine deal wit

[PATCH v2 9/9] diffcore-pickaxe: support case insensitive match on non-ascii

2015-07-08 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, quote 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 p