glibc/localedata/unicode-gen
Mike FABIAN af83ed5c46 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.
2017-09-06 12:37:49 +02:00
..
ctype_compatibility_test_cases.py Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
ctype_compatibility.py Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
DerivedCoreProperties.txt Bug 21533: Update to Unicode 10.0.0 2017-06-22 17:02:55 +02:00
EastAsianWidth.txt Bug 21533: Update to Unicode 10.0.0 2017-06-22 17:02:55 +02:00
gen_translit_circle.py Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gen_translit_cjk_compat.py Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gen_translit_combining.py Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gen_translit_compat.py Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gen_translit_font.py Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gen_translit_fraction.py Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
gen_unicode_ctype.py Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
Makefile Bug 21533: Update to Unicode 10.0.0 2017-06-22 17:02:55 +02:00
unicode_utils.py Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
unicode-license.txt Unicode 7.0.0 update; added generator scripts. 2015-02-20 20:14:59 -02:00
UnicodeData.txt Bug 21533: Update to Unicode 10.0.0 2017-06-22 17:02:55 +02:00
utf8_compatibility.py Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
utf8_gen.py Write all ranges of neighbouring characters with the same width using the range notation in charmaps/UTF-8 2017-09-06 12:37:49 +02:00