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

Skip to content

Commit c2e3033

Browse files
committed
I guess, someone overlooked this one in howto. (it is
proper in trunk. That particular line is removed).
1 parent 0cdc369 commit c2e3033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ 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'
153+
encodings don't. For example, Python's default encoding is the 'UTF-8'
154154
encoding. The rules for converting a Unicode string into the ASCII encoding are
155155
simple; for each code point:
156156

0 commit comments

Comments
 (0)