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 /malloc/scratch_buffer_set_array_size.c | |
| parent | 4f3647e46e3f645c6516faa299efc6e89d520d7b (diff) | |
| download | 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 'malloc/scratch_buffer_set_array_size.c')
0 files changed, 0 insertions, 0 deletions
