From b44ebd1bb6a70d41ab5aeeedcb8a99235c8be2ed Mon Sep 17 00:00:00 2001 From: Nick Timkovich Date: Mon, 26 Aug 2019 17:49:53 -0500 Subject: [PATCH] Fix disagreement between value, character, and name Used to be the hex value and description agreed, and the character was odd-one-out, but now the hex value is the odd-one after 77df9a1573. --- Doc/howto/unicode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index d5632bc799d2de..f59fa32e3a443f 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -57,7 +57,7 @@ their corresponding code points: ... 007B '{'; LEFT CURLY BRACKET ... - 2167 'Ⅶ': ROMAN NUMERAL SEVEN + 2167 'Ⅷ': ROMAN NUMERAL EIGHT 2168 'Ⅸ': ROMAN NUMERAL NINE ... 265E '♞': BLACK CHESS KNIGHT