Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5da4e86

Browse files
committed
Issue #26220: Merge Unicode how-to from 3.5
2 parents 0110dfc + 4942870 commit 5da4e86

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Doc/howto/unicode.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,6 @@ The following examples show the differences::
297297
>>> b'\x80abc'.decode("utf-8", "ignore")
298298
'abc'
299299

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-
303300
Encodings are specified as strings containing the encoding's name. Python 3.2
304301
comes with roughly 100 different encodings; see the Python Library Reference at
305302
:ref:`standard-encodings` for a list. Some encodings have multiple names; for

0 commit comments

Comments
 (0)