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

Skip to content

Commit 1f31697

Browse files
committed
kill reference to default encoding #6889
1 parent a59750f commit 1f31697

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/howto/unicode.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,8 @@ Generally people don't use this encoding, instead choosing other encodings that
150150
are more efficient and convenient.
151151

152152
Encodings don't have to handle every possible Unicode character, and most
153-
encodings don't. For example, Python's default encoding is the 'ascii'
154-
encoding. The rules for converting a Unicode string into the ASCII encoding are
155-
simple; for each code point:
153+
encodings don't. The rules for converting a Unicode string into the ASCII
154+
encoding, for example, are simple; for each code point:
156155

157156
1. If the code point is < 128, each byte is the same as the value of the code
158157
point.

0 commit comments

Comments
 (0)