From e82c7ddd4737d3e402cb6c73d91b50afe8c5b7f7 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Sat, 26 May 2007 07:08:18 +0200 Subject: wc: ignore multibyte-character decoding errors * src/wc.c (wc): Don't issue an error message when mbrtowc indicates that we have seen an invalid byte sequence. This makes "wc /bin/sh" bearable (though the word and line counts are likely not to be useful). * NEWS: Mention the change. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 34304f124..ab446387c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-05-25 James Youngman + + wc: ignore multibyte-character decoding errors + * src/wc.c (wc): Don't issue an error message when mbrtowc + indicates that we have seen an invalid byte sequence. This + makes "wc /bin/sh" bearable (though the word and line counts + are likely not to be useful). + * NEWS: Mention the change. + 2007-05-22 Jim Meyering Check for an up-to-date copyright year in coreutils.texi. -- cgit v1.2.3-70-g09d2