about summary refs log tree commit diff
path: root/localedata/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-12-11 12:45:19 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-12-11 12:45:19 +0000
commit85bafe6f3d0e4647af5e74178b46abdf44d3b981 (patch)
treebb6033cdf1d2cd10e26ddf42fa009a923e256807 /localedata/ChangeLog
parent77356912e83601fd0240d22fe4d960348b82b5c3 (diff)
downloadglibc-85bafe6f3d0e4647af5e74178b46abdf44d3b981.tar.gz
glibc-85bafe6f3d0e4647af5e74178b46abdf44d3b981.tar.xz
glibc-85bafe6f3d0e4647af5e74178b46abdf44d3b981.zip
Automate LC_CTYPE generation for tr_TR, update to Unicode 8.0.0 (bug 18491).
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.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r--localedata/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 73d9e10a5c..8c5a9d1b7c 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,15 @@
+2015-12-11  Joseph Myers  <joseph@codesourcery.com>
+
+	[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.
+
 2015-12-09  Mike FABIAN  <mfabian@redhat.com>
 
 	[BZ 18568]