mirror of
https://github.com/python/cpython.git
synced 2025-11-13 23:46:24 +00:00
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.
This commit is contained in:
parent
799d7d61a9
commit
8ea10a9446
1 changed files with 3 additions and 2 deletions
|
|
@ -41,8 +41,9 @@ but these are two different characters that have different meanings.
|
||||||
|
|
||||||
The Unicode standard describes how characters are represented by
|
The Unicode standard describes how characters are represented by
|
||||||
**code points**. A code point value is an integer in the range 0 to
|
**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
|
0x10FFFF (about 1.1 million values, the
|
||||||
far). In the standard and in this document, a code point is written
|
`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
|
using the notation ``U+265E`` to mean the character with value
|
||||||
``0x265e`` (9,822 in decimal).
|
``0x265e`` (9,822 in decimal).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue