mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
upgrade to UCD 6.2
This commit is contained in:
parent
ede184996c
commit
b8350f1c7d
7 changed files with 11647 additions and 11637 deletions
|
@ -37,7 +37,7 @@ SCRIPT = sys.argv[0]
|
|||
VERSION = "3.2"
|
||||
|
||||
# The Unicode Database
|
||||
UNIDATA_VERSION = "6.1.0"
|
||||
UNIDATA_VERSION = "6.2.0"
|
||||
UNICODE_DATA = "UnicodeData%s.txt"
|
||||
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
|
||||
EASTASIAN_WIDTH = "EastAsianWidth%s.txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue