From 4942870471541e84d796bc1bef6088c08abae5f6 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Fri, 29 Jan 2016 04:01:16 +0000 Subject: [PATCH] Issue #26220: Remove outdated comment about a question mark --- Doc/howto/unicode.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index ee31a9c9819..c16cac59012 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -297,9 +297,6 @@ The following examples show the differences:: >>> b'\x80abc'.decode("utf-8", "ignore") 'abc' -(In this code example, the Unicode replacement character has been replaced by -a question mark because it may not be displayed on some systems.) - Encodings are specified as strings containing the encoding's name. Python 3.2 comes with roughly 100 different encodings; see the Python Library Reference at :ref:`standard-encodings` for a list. Some encodings have multiple names; for