mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
8dc8be75d2
The commit does the following things: * Move non-transliteration Unicode generated data to i18n_ctype. * Copy the i18n_ctype data into i18n and add transliteration. In the future, any locale which needs Unicode LC_CTYPE data can also just use `copy i18n_ctype` and get the base character classes and maps without transliteration. Tested by compiling all the locales and my prototype C.UTF-8 which uses it. Signed-off-by: Carlos O'Donell <carlos@redhat.com> |
||
---|---|---|
.. | ||
ctype_compatibility_test_cases.py | ||
ctype_compatibility.py | ||
DerivedCoreProperties.txt | ||
EastAsianWidth.txt | ||
gen_translit_circle.py | ||
gen_translit_cjk_compat.py | ||
gen_translit_combining.py | ||
gen_translit_compat.py | ||
gen_translit_font.py | ||
gen_translit_fraction.py | ||
gen_unicode_ctype.py | ||
Makefile | ||
PropList.txt | ||
unicode_utils.py | ||
unicode-license.txt | ||
UnicodeData.txt | ||
utf8_compatibility.py | ||
utf8_gen.py |