about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-08-18 10:12:29 +0200
committerMike FABIAN <mfabian@redhat.com>2017-09-06 12:37:49 +0200
commitaf83ed5c4647bda196fc1a7efebbe8019aa83f4a (patch)
tree222b4c599fc16758fc87b85220acd38e2ba5d56c /ChangeLog
parent4f3647e46e3f645c6516faa299efc6e89d520d7b (diff)
downloadglibc-af83ed5c4647bda196fc1a7efebbe8019aa83f4a.tar.gz
glibc-af83ed5c4647bda196fc1a7efebbe8019aa83f4a.tar.xz
glibc-af83ed5c4647bda196fc1a7efebbe8019aa83f4a.zip
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

    <U000E0100>...<U000E01EF>	0

in charmaps/UTF-8 is more efficient than writing many single character lines
like:

    <U000E0100>	0
    <U000E0101>	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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e3bc26421..1b1ff8f123 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-09-06  Mike FABIAN  <mfabian@redhat.com>
+
+	[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  <joseph@codesourcery.com>
 
 	* sysdeps/generic/math-type-macros-double.h: Include