Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0110dfc + 4942870 commit 5da4e86Copy full SHA for 5da4e86
1 file changed
Doc/howto/unicode.rst
@@ -297,9 +297,6 @@ The following examples show the differences::
297
>>> b'\x80abc'.decode("utf-8", "ignore")
298
'abc'
299
300
-(In this code example, the Unicode replacement character has been replaced by
301
-a question mark because it may not be displayed on some systems.)
302
-
303
Encodings are specified as strings containing the encoding's name. Python 3.2
304
comes with roughly 100 different encodings; see the Python Library Reference at
305
:ref:`standard-encodings` for a list. Some encodings have multiple names; for
0 commit comments