Skip to content

Commit 8ea10a9

Browse files
authored
closes bpo-40166: Change Unicode Howto so that it does not have a specific number of assigned code points. (GH-19328)
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.
1 parent 799d7d6 commit 8ea10a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/howto/unicode.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ but these are two different characters that have different meanings.
4141

4242
The Unicode standard describes how characters are represented by
4343
**code points**. A code point value is an integer in the range 0 to
44-
0x10FFFF (about 1.1 million values, with some 110 thousand assigned so
45-
far). In the standard and in this document, a code point is written
44+
0x10FFFF (about 1.1 million values, the
45+
`actual number assigned <https://www.unicode.org/versions/latest/#Summary>`_
46+
is less than that). In the standard and in this document, a code point is written
4647
using the notation ``U+265E`` to mean the character with value
4748
``0x265e`` (9,822 in decimal).
4849

0 commit comments

Comments
 (0)