mirror of
https://github.com/python/cpython.git
synced 2025-08-25 03:04:55 +00:00
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Adds ㋿.
This commit is contained in:
parent
289f1f80ee
commit
3aca40d3cb
10 changed files with 15415 additions and 15411 deletions
|
@ -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 = "12.0.0"
|
||||
UNIDATA_VERSION = "12.1.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