From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 8 Sep 2019 10:28:40 +0000 (-0700) Subject: [3.8] Correct Roman-numeral example in Unicode HOWTO. (GH-15541). (GH-15728) X-Git-Tag: v3.7.5rc1~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30933d57fc4fd3e52123554b67723f13756a70ca;p=thirdparty%2FPython%2Fcpython.git [3.8] Correct Roman-numeral example in Unicode HOWTO. (GH-15541). (GH-15728) (cherry picked from commit 32a960f8e1015b64b4b955b3d62920c5903d4c6f) Co-authored-by: Greg Price (cherry picked from commit 3be4b107490be27470cb9a101a8dfecf446fd992) Co-authored-by: Serhiy Storchaka --- diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index d4b1b2a70726..1ac4102034d3 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 EIGHT - 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