summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-05-13 23:46:21 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2022-05-13 23:48:18 -0700
commit5447010fdbdf3f1a874689dd41a7c916bb262b2a (patch)
tree9f58605715e7de18e16fcc9bb2d6c99e52e34482 /NEWS
parentef6c7768b300678895348ba7c827fa919e3f1d5c (diff)
downloadgrep-5447010fdbdf3f1a874689dd41a7c916bb262b2a.tar.gz
grep: fix bug with . and some Hangul Syllables
* NEWS: Mention the fix, which comes from the recent Gnulib update. * tests/hangul-syllable: New file. * tests/Makefile.am (TESTS): Add it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 86c82ed8..fb0e4cf1 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,13 @@ GNU grep NEWS -*- outline -*-
** Bug fixes
+ In locales using UTF-8 encoding, the regular expression '.' no
+ longer sometimes fails to match Unicode characters U+D400 through
+ U+D7FF (some Hangul Syllables, and Hangul Jamo Extended-B) and
+ Unicode characters U+108000 through U+10FFFF (half of Supplemental
+ Private Use Area plane B).
+ [bug introduced in grep 3.4]
+
The -s option no longer suppresses "binary file matches" messages.
[Bug#51860 introduced in grep 3.5]