mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -17,8 +17,8 @@
|
|||
|
||||
This module provides access to the Unicode Character Database (UCD) which
|
||||
defines character properties for all Unicode characters. The data contained in
|
||||
this database is compiled from the `UCD version 12.0.0
|
||||
<http://www.unicode.org/Public/12.0.0/ucd>`_.
|
||||
this database is compiled from the `UCD version 12.1.0
|
||||
<http://www.unicode.org/Public/12.1.0/ucd>`_.
|
||||
|
||||
The module uses the same names and symbols as defined by Unicode
|
||||
Standard Annex #44, `"Unicode Character Database"
|
||||
|
@ -175,6 +175,6 @@ Examples:
|
|||
|
||||
.. rubric:: Footnotes
|
||||
|
||||
.. [#] http://www.unicode.org/Public/12.0.0/ucd/NameAliases.txt
|
||||
.. [#] http://www.unicode.org/Public/12.1.0/ucd/NameAliases.txt
|
||||
|
||||
.. [#] http://www.unicode.org/Public/12.0.0/ucd/NamedSequences.txt
|
||||
.. [#] http://www.unicode.org/Public/12.1.0/ucd/NamedSequences.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue