From 7b1ec6a05ceac76efca999ebab515afc4caaa5e9 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 23 Feb 2015 11:22:37 -0300 Subject: Amendments to Unicode 7 update. for ChangeLog * include/stdc-predef.h (__STDC_ISO_10646__): Update to 201304L, for Unicode 7. for localedata/ChangeLog * unicode-gen/ctype_compatibility.py: Use date ranges in copyright notice. * unicode-gen/ctype_compatibility_test_cases.py: Likewise. * unicode-gen/gen_unicode_ctype.py: Likewise. * unicode-gen/utf8_compatibility.py: Likewise. * unicode-gen/utf8_gen.py: Likewise. Use upper case for global variables, use tuples for global constant arrays. From Mike FABIAN. Suggested by Mike Frysinger . --- localedata/unicode-gen/utf8_compatibility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localedata/unicode-gen/utf8_compatibility.py') diff --git a/localedata/unicode-gen/utf8_compatibility.py b/localedata/unicode-gen/utf8_compatibility.py index e11327ba82..b84a1eb3de 100755 --- a/localedata/unicode-gen/utf8_compatibility.py +++ b/localedata/unicode-gen/utf8_compatibility.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- -# Copyright (C) 2014, 2015 Free Software Foundation, Inc. +# Copyright (C) 2014-2015 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or -- cgit 1.4.1