mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
I guess, someone overlooked this one in howto. (it is
proper in trunk. That particular line is removed).
This commit is contained in:
parent
0cdc36972b
commit
c2e303348b
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ Generally people don't use this encoding, instead choosing other encodings that
|
|||
are more efficient and convenient.
|
||||
|
||||
Encodings don't have to handle every possible Unicode character, and most
|
||||
encodings don't. For example, Python's default encoding is the 'ascii'
|
||||
encodings don't. For example, Python's default encoding is the 'UTF-8'
|
||||
encoding. The rules for converting a Unicode string into the ASCII encoding are
|
||||
simple; for each code point:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue