Fix typo.
This commit is contained in:
parent
def841b431
commit
950c2600cc
|
@ -68,7 +68,7 @@ environmental data to Python str objects ([1]).
|
|||
|
||||
On POSIX systems, Python currently applies the locale's encoding to
|
||||
convert the byte data to Unicode, failing for characters that cannot
|
||||
be decoded. With this PEP, non-decodable bytes >128 will be
|
||||
be decoded. With this PEP, non-decodable bytes >= 128 will be
|
||||
represented as lone half surrogate codes U+DC80..U+DCFF. Bytes below
|
||||
128 will produce exceptions; see the discussion below.
|
||||
|
||||
|
|
Loading…
Reference in New Issue