Home
last modified time | relevance | path

Searched refs:xmlcharrefreplace (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Misc/NEWS.d/
D2.7.6.rst25 Fixed xmlcharrefreplace tests on wide build when tests are loaded from
D2.7.9rc1.rst29 Fixed integer overflow issues in "backslashreplace" and "xmlcharrefreplace"
D2.7.6rc1.rst46 The xmlcharrefreplace error handler no more produces two XML entities for a
/external/python/cpython2/Doc/library/
Dcodecs.rst103 * ``'xmlcharrefreplace'``: replace with the appropriate XML character
228 Implements the ``xmlcharrefreplace`` error handling (for encoding only): the
365 | ``'xmlcharrefreplace'`` | Replace with the appropriate XML character |
465 * ``'xmlcharrefreplace'`` Replace with the appropriate XML character reference
576 * ``'xmlcharrefreplace'`` Replace with the appropriate XML character reference
Dio.rst138 where there is malformed data. When writing, ``'xmlcharrefreplace'``
786 writing, ``'xmlcharrefreplace'`` (replace with the appropriate XML character
Dstdtypes.rst925 ``'ignore'``, ``'replace'``, ``'xmlcharrefreplace'``, ``'backslashreplace'`` and
933 Support for ``'xmlcharrefreplace'`` and ``'backslashreplace'`` and other error
/external/python/cpython3/Objects/stringlib/
Dcodecs.h363 p = xmlcharrefreplace(writer, p, in STRINGLIB()
/external/python/cpython2/Doc/howto/
Dunicode.rst331 'ignore', and 'replace', you can also pass 'xmlcharrefreplace' which uses XML's
346 >>> u.encode('ascii', 'xmlcharrefreplace')
/external/python/cpython3/Doc/howto/
Dunicode.rst276 also ``'xmlcharrefreplace'`` (inserts an XML character reference),
294 >>> u.encode('ascii', 'xmlcharrefreplace')
/external/python/cpython3/Doc/library/
Dcodecs.rst333 | ``'xmlcharrefreplace'`` | Replace with the appropriate XML character |
437 Implements the ``'xmlcharrefreplace'`` error handling (for encoding with
Dio.rst890 backslashed escape sequence. When writing, ``'xmlcharrefreplace'``
Dfunctions.rst1152 * ``'xmlcharrefreplace'`` is only supported when writing to a file.
Dstdtypes.rst1556 values are ``'ignore'``, ``'replace'``, ``'xmlcharrefreplace'``,
/external/python/cpython3/Objects/
Dunicodeobject.c802 xmlcharrefreplace(_PyBytesWriter *writer, char *str, in xmlcharrefreplace() function
7023 str = xmlcharrefreplace(&writer, str, in unicode_encode_ucs1()
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst244 Fixed integer overflow issues in "backslashreplace", "xmlcharrefreplace",
/external/python/cpython2/Doc/whatsnew/
D2.3.rst640 characters and "xmlcharrefreplace" emits XML character references.
/external/python/cpython3/Doc/whatsnew/
D2.3.rst640 characters and "xmlcharrefreplace" emits XML character references.
/external/python/cpython3/Misc/
DHISTORY989 "xmlcharrefreplace", and "surrogatepass" error handlers.