Write all ranges of neighbouring characters with the same width using the range notat...
commitaf83ed5c4647bda196fc1a7efebbe8019aa83f4a
authorMike FABIAN <mfabian@redhat.com>
Fri, 18 Aug 2017 08:12:29 +0000 (18 10:12 +0200)
committerMike FABIAN <mfabian@redhat.com>
Wed, 6 Sep 2017 10:37:49 +0000 (6 12:37 +0200)
tree222b4c599fc16758fc87b85220acd38e2ba5d56c
parent4f3647e46e3f645c6516faa299efc6e89d520d7b
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.
ChangeLog
localedata/unicode-gen/utf8_gen.py