Lines Matching refs:surrogates
2470 - Issue #20424: Python implementation of io.StringIO now supports lone surrogates.
3112 - Issue #11489: JSON decoder now accepts lone surrogates.
8348 - Issue #13333: The UTF-7 decoder now accepts lone surrogates (the encoder
10547 - Issue #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE,
12770 of strict) error handler to escape surrogates.
12785 PyUnicode_FromString() to support surrogates in the filename and use the right
12958 surrogates.
13037 'surrogateescape' error handler, a string which contains unpaired surrogates.
13409 surrogates and bytes for the filename.
13507 - Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and
13511 message using surrogatepass error handler to support surrogates in the
13514 - Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames.
13551 surrogates.
13559 - Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for
13565 - Issue #8412: os.system() now accepts bytes, bytearray and str with surrogates.
13577 encoding unicode as utf8 to support lone surrogates and stay compatible with
14697 - Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion
14858 - Issue #3672: Reject surrogates in utf-8 codec; add surrogatepass error handler.
22633 - The UTF-8 codec will now encode and decode Unicode surrogates