]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
closes bpo-40166: Change Unicode Howto so that it does not have a specific number...
authoramaajemyfren <32741226+amaajemyfren@users.noreply.github.com>
Tue, 7 Apr 2020 04:16:02 +0000 (07:16 +0300)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2020 04:16:02 +0000 (23:16 -0500)
Change the number of code points from a specific number to a link to the latest standard that has a description of how many code points there are.

Doc/howto/unicode.rst

index 4825b39f150634365f7837b72064425a7aff88ee..e948c1e3c662d6b201dc534e9a0de56fe3eb9acd 100644 (file)
@@ -41,8 +41,9 @@ but these are two different characters that have different meanings.
 
 The Unicode standard describes how characters are represented by
 **code points**.  A code point value is an integer in the range 0 to
-0x10FFFF (about 1.1 million values, with some 110 thousand assigned so
-far).  In the standard and in this document, a code point is written
+0x10FFFF (about 1.1 million values, the
+`actual number assigned <https://www.unicode.org/versions/latest/#Summary>`_
+is less than that). In the standard and in this document, a code point is written
 using the notation ``U+265E`` to mean the character with value
 ``0x265e`` (9,822 in decimal).