diff options
author | Greg Price <gnprice@gmail.com> | 2019-09-08 09:42:13 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2019-09-08 09:42:13 (GMT) |
commit | 32a960f8e1015b64b4b955b3d62920c5903d4c6f (patch) | |
tree | 1ef511c6b69427e87b3e1acccc12d356a8f426c1 /Doc/howto | |
parent | 9c4c459ac66c86a4511c8fec1997e8760e15ec17 (diff) | |
download | cpython-32a960f8e1015b64b4b955b3d62920c5903d4c6f.zip cpython-32a960f8e1015b64b4b955b3d62920c5903d4c6f.tar.gz cpython-32a960f8e1015b64b4b955b3d62920c5903d4c6f.tar.bz2 |
Correct Roman-numeral example in Unicode HOWTO. (GH-15541)
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/unicode.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index d5632bc..51bd64b 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -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 |