Skip to content

Commit 30933d5

Browse files
[3.8] Correct Roman-numeral example in Unicode HOWTO. (GH-15541). (GH-15728)
(cherry picked from commit 32a960f) Co-authored-by: Greg Price <[email protected]> (cherry picked from commit 3be4b10) Co-authored-by: Serhiy Storchaka <[email protected]>
1 parent a6eac83 commit 30933d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/howto/unicode.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ their corresponding code points:
5757
...
5858
007B '{'; LEFT CURLY BRACKET
5959
...
60-
2167 'Ⅶ': ROMAN NUMERAL EIGHT
61-
2168 'Ⅸ': ROMAN NUMERAL NINE
60+
2167 'Ⅷ'; ROMAN NUMERAL EIGHT
61+
2168 'Ⅸ'; ROMAN NUMERAL NINE
6262
...
63-
265E '♞': BLACK CHESS KNIGHT
64-
265F '♟': BLACK CHESS PAWN
63+
265E '♞'; BLACK CHESS KNIGHT
64+
265F '♟'; BLACK CHESS PAWN
6565
...
66-
1F600 '😀': GRINNING FACE
67-
1F609 '😉': WINKING FACE
66+
1F600 '😀'; GRINNING FACE
67+
1F609 '😉'; WINKING FACE
6868
...
6969
7070
Strictly, these definitions imply that it's meaningless to say 'this is

0 commit comments

Comments
 (0)