commit | 3032ed7cb1990ecd9c6304e5e1aad47da36076d7 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Jul 06 13:04:20 2014 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Jul 06 13:04:20 2014 -0700 |
tree | b7431905c34e32b48d2c0c26261c44def3b789ba | |
parent | 1f6b1034401ef87b490fac3a48c896aad23c9da1 [diff] [blame] |
upgrade to unicode 7.0.0
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py index 0942508..5101bbc 100644 --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py
@@ -37,7 +37,7 @@ VERSION = "3.2" # The Unicode Database -UNIDATA_VERSION = "6.3.0" +UNIDATA_VERSION = "7.0.0" UNICODE_DATA = "UnicodeData%s.txt" COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt" EASTASIAN_WIDTH = "EastAsianWidth%s.txt"