about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRafal Luzynski <digitalfreak@lingonborough.com>2017-10-26 22:12:23 +0200
committerRafal Luzynski <digitalfreak@lingonborough.com>2017-10-31 23:54:47 +0100
commit1bb3653925eae1226cd18a3d700371291850b20f (patch)
tree0495a5914266aeb707b07f77daa655889117dede /ChangeLog
parent87bbc4cf1e95400e17670a38684c041319c3187b (diff)
downloadglibc-1bb3653925eae1226cd18a3d700371291850b20f.tar.gz
glibc-1bb3653925eae1226cd18a3d700371291850b20f.tar.xz
glibc-1bb3653925eae1226cd18a3d700371291850b20f.zip
localedata: Once again correct and regenerate i18n_ctype.
Following the previous work by Carlos O'Donell the category of LC_CTYPE
is correctly set to "i18n:2012" rather than "unicode:2014" and the
i18n_ctype file is once again regenerated from scratch to make sure it
does not contain any manual additions except the copyright message.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

	* localedata/unicode-gen/gen_unicode_ctype.py (output_head):
	category of LC_CTYPE set to "i18n:2012".
	* localedata/locales/i18n_ctype: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77fe57ce79..6608b1b261 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-10-31  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+	* localedata/unicode-gen/gen_unicode_ctype.py (output_head):
+	category of LC_CTYPE set to "i18n:2012".
+	* localedata/locales/i18n_ctype: Regenerate.
+
 2017-01-31  Yury Norov  <ynorov@caviumnetworks.com>
 
 	* sysdeps/unix/sysv/linux/sigprocmask.c: Remove useless #ifdefs.