mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
upgrade to unicode 7.0.0
This commit is contained in:
parent
1f6b103440
commit
3032ed7cb1
7 changed files with 27680 additions and 24666 deletions
|
@ -37,7 +37,7 @@ SCRIPT = sys.argv[0]
|
|||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue