closes gh-96734: Update to Unicode 15.0.0. (GH-96809)

This commit is contained in:
Benjamin Peterson 2022-09-13 15:45:12 -07:00 committed by GitHub
parent 69d9a08099
commit fd1e477f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 27925 additions and 27632 deletions

View file

@ -315,7 +315,7 @@ The Unicode category codes mentioned above stand for:
* *Nd* - decimal numbers
* *Pc* - connector punctuations
* *Other_ID_Start* - explicit list of characters in `PropList.txt
<https://www.unicode.org/Public/14.0.0/ucd/PropList.txt>`_ to support backwards
<https://www.unicode.org/Public/15.0.0/ucd/PropList.txt>`_ to support backwards
compatibility
* *Other_ID_Continue* - likewise
@ -323,8 +323,8 @@ All identifiers are converted into the normal form NFKC while parsing; compariso
of identifiers is based on NFKC.
A non-normative HTML file listing all valid identifier characters for Unicode
14.0.0 can be found at
https://www.unicode.org/Public/14.0.0/ucd/DerivedCoreProperties.txt
15.0.0 can be found at
https://www.unicode.org/Public/15.0.0/ucd/DerivedCoreProperties.txt
.. _keywords:
@ -1013,4 +1013,4 @@ occurrence outside string literals and comments is an unconditional error:
.. rubric:: Footnotes
.. [#] https://www.unicode.org/Public/11.0.0/ucd/NameAliases.txt
.. [#] https://www.unicode.org/Public/15.0.0/ucd/NameAliases.txt