diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-08-18 10:12:29 +0200 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-09-06 12:37:49 +0200 |
commit | af83ed5c4647bda196fc1a7efebbe8019aa83f4a (patch) | |
tree | 222b4c599fc16758fc87b85220acd38e2ba5d56c /ChangeLog | |
parent | 4f3647e46e3f645c6516faa299efc6e89d520d7b (diff) | |
download | glibc-af83ed5c4647bda196fc1a7efebbe8019aa83f4a.zip glibc-af83ed5c4647bda196fc1a7efebbe8019aa83f4a.tar.gz glibc-af83ed5c4647bda196fc1a7efebbe8019aa83f4a.tar.bz2 |
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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |