mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
This commit is contained in:
parent
69d9a08099
commit
fd1e477f53
11 changed files with 27925 additions and 27632 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 14.0.0
|
||||
<https://www.unicode.org/Public/14.0.0/ucd>`_.
|
||||
this database is compiled from the `UCD version 15.0.0
|
||||
<https://www.unicode.org/Public/15.0.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
|
||||
|
||||
.. [#] https://www.unicode.org/Public/14.0.0/ucd/NameAliases.txt
|
||||
.. [#] https://www.unicode.org/Public/15.0.0/ucd/NameAliases.txt
|
||||
|
||||
.. [#] https://www.unicode.org/Public/14.0.0/ucd/NamedSequences.txt
|
||||
.. [#] https://www.unicode.org/Public/15.0.0/ucd/NamedSequences.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue