mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 19:30:10 +00:00
85bafe6f3d
This patch makes the automation of Unicode LC_CTYPE generation also support generating the modified LC_CTYPE used for Turkish (where case conversions of 'i' and 'I' differ from ASCII conventions), so allowing that to be more readily kept in sync for future Unicode updates. The patch includes the locale update generated by the scripts. Tested for x86_64. [BZ #18491] * unicode-gen/unicode_utils.py (to_upper_turkish): New function. (to_lower_turkish): Likewise. * unicode-gen/gen_unicode_ctype.py (output_tables): Support producing output with Turkish case conversions. (--turkish): New command-line option. * unicode-gen/Makefile (GENERATED): Add tr_TR. (tr_TR): New rule. * locales/tr_TR: Regenerate LC_CTYPE. |
||
---|---|---|
.. | ||
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 | ||
unicode_utils.py | ||
unicode-license.txt | ||
UnicodeData.txt | ||
utf8_compatibility.py | ||
utf8_gen.py |