From af83ed5c4647bda196fc1a7efebbe8019aa83f4a Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 18 Aug 2017 10:12:29 +0200 Subject: Write all ranges of neighbouring characters with the same width using the range notation in charmaps/UTF-8 Writing ranges of neighbouring characters with the same with like this ... 0 in charmaps/UTF-8 is more efficient than writing many single character lines like: 0 0 ... [BZ #21750] * unicode-gen/utf8_gen.py: Write all ranges of neighbouring characters with the same width using the range notation in charmaps/UTF-8. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5e3bc26421..1b1ff8f123 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-09-06 Mike FABIAN + + [BZ #21750] + * localedata/unicode-gen/utf8_gen.py: Improve the script to + use the range notation for all ranges of neighbouring characters + with the same width. + 2017-09-05 Joseph Myers * sysdeps/generic/math-type-macros-double.h: Include -- cgit v1.2.3