parent
be2ca6bbaa
commit
b53e0afd68
|
@ -18,7 +18,7 @@ Abstract
|
|||
Add a new "UTF-8 Mode" to enhance Python's use of UTF-8. When UTF-8 Mode
|
||||
is active, Python will:
|
||||
|
||||
* use the ``utf-8`` locale, irregardless of the locale currently set by
|
||||
* use the ``utf-8`` encoding, irregardless of the locale currently set by
|
||||
the current platform, and
|
||||
* change the ``stdin`` and ``stdout`` error handlers to
|
||||
``surrogateescape``.
|
||||
|
|
Loading…
Reference in New Issue