bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 16/17] grep: remove check_multibyte_string, fix non-UTF8 miss


From: Norihiro Tanaka
Subject: Re: [PATCH 16/17] grep: remove check_multibyte_string, fix non-UTF8 missed match
Date: Mon, 15 Mar 2010 01:10:22 +0900

Hi,

When a line matches with kwset and fails in the is_mb_middle test,
bug#23814 is caused by not checking following of the line (Never looks
for the second match for the line.) .

In this case, by matching kwset for following, the bug will be solved.

For a simple pattern which doesn't contain the wild-card and the
repetition expression, I think that dfaexec is unnecessary and only
kwsexec is needed as well as fgrep.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]