mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Correct Roman-numeral example in Unicode HOWTO. (GH-15541)
This commit is contained in:
parent
9c4c459ac6
commit
32a960f8e1
1 changed files with 6 additions and 6 deletions
|
|
@ -57,14 +57,14 @@ their corresponding code points:
|
|||
...
|
||||
007B '{'; LEFT CURLY BRACKET
|
||||
...
|
||||
2167 'Ⅶ': ROMAN NUMERAL SEVEN
|
||||
2168 'Ⅸ': ROMAN NUMERAL NINE
|
||||
2167 'Ⅷ'; ROMAN NUMERAL EIGHT
|
||||
2168 'Ⅸ'; ROMAN NUMERAL NINE
|
||||
...
|
||||
265E '♞': BLACK CHESS KNIGHT
|
||||
265F '♟': BLACK CHESS PAWN
|
||||
265E '♞'; BLACK CHESS KNIGHT
|
||||
265F '♟'; BLACK CHESS PAWN
|
||||
...
|
||||
1F600 '😀': GRINNING FACE
|
||||
1F609 '😉': WINKING FACE
|
||||
1F600 '😀'; GRINNING FACE
|
||||
1F609 '😉'; WINKING FACE
|
||||
...
|
||||
|
||||
Strictly, these definitions imply that it's meaningless to say 'this is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue