mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Also, standardize indentation of generated tables.
This commit is contained in:
parent
9f04f0df6f
commit
7c69c1c0fb
9 changed files with 29405 additions and 27222 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 10.0.0
|
||||
<http://www.unicode.org/Public/10.0.0/ucd>`_.
|
||||
this database is compiled from the `UCD version 11.0.0
|
||||
<http://www.unicode.org/Public/11.0.0/ucd>`_.
|
||||
|
||||
The module uses the same names and symbols as defined by Unicode
|
||||
Standard Annex #44, `"Unicode Character Database"
|
||||
|
@ -168,6 +168,6 @@ Examples:
|
|||
|
||||
.. rubric:: Footnotes
|
||||
|
||||
.. [#] http://www.unicode.org/Public/10.0.0/ucd/NameAliases.txt
|
||||
.. [#] http://www.unicode.org/Public/11.0.0/ucd/NameAliases.txt
|
||||
|
||||
.. [#] http://www.unicode.org/Public/10.0.0/ucd/NamedSequences.txt
|
||||
.. [#] http://www.unicode.org/Public/11.0.0/ucd/NamedSequences.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue