mirror of
https://github.com/python/cpython.git
synced 2025-08-07 18:38:38 +00:00
Issue #8024: Update the Unicode database to 5.2
This commit is contained in:
parent
decd14b5db
commit
2e0a53fdf6
6 changed files with 22392 additions and 19795 deletions
|
@ -30,7 +30,7 @@ SCRIPT = sys.argv[0]
|
|||
VERSION = "2.6"
|
||||
|
||||
# The Unicode Database
|
||||
UNIDATA_VERSION = "5.1.0"
|
||||
UNIDATA_VERSION = "5.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