closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)

This commit is contained in:
Benjamin Peterson 2019-03-09 16:25:55 -08:00 committed by GitHub
parent 0411411c6b
commit 738c19f4c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 29546 additions and 28640 deletions

View file

@ -41,7 +41,7 @@ VERSION = "3.3"
# * Doc/library/stdtypes.rst, and
# * Doc/library/unicodedata.rst
# * Doc/reference/lexical_analysis.rst (two occurrences)
UNIDATA_VERSION = "11.0.0"
UNIDATA_VERSION = "12.0.0"
UNICODE_DATA = "UnicodeData%s.txt"
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
EASTASIAN_WIDTH = "EastAsianWidth%s.txt"