Searched refs:xmlcharrefreplace (Results 1 – 18 of 18) sorted by relevance
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.6.rst | 25 Fixed xmlcharrefreplace tests on wide build when tests are loaded from
|
D | 2.7.9rc1.rst | 29 Fixed integer overflow issues in "backslashreplace" and "xmlcharrefreplace"
|
D | 2.7.6rc1.rst | 46 The xmlcharrefreplace error handler no more produces two XML entities for a
|
/external/python/cpython2/Doc/library/ |
D | codecs.rst | 103 * ``'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
|
D | io.rst | 138 where there is malformed data. When writing, ``'xmlcharrefreplace'`` 786 writing, ``'xmlcharrefreplace'`` (replace with the appropriate XML character
|
D | stdtypes.rst | 925 ``'ignore'``, ``'replace'``, ``'xmlcharrefreplace'``, ``'backslashreplace'`` and 933 Support for ``'xmlcharrefreplace'`` and ``'backslashreplace'`` and other error
|
/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 361 p = xmlcharrefreplace(&writer, p, in STRINGLIB()
|
/external/python/cpython3/Doc/howto/ |
D | unicode.rst | 270 also ``'xmlcharrefreplace'`` (inserts an XML character reference), 288 >>> u.encode('ascii', 'xmlcharrefreplace')
|
/external/python/cpython2/Doc/howto/ |
D | unicode.rst | 331 'ignore', and 'replace', you can also pass 'xmlcharrefreplace' which uses XML's 346 >>> u.encode('ascii', 'xmlcharrefreplace')
|
/external/python/cpython3/Doc/library/ |
D | codecs.rst | 333 | ``'xmlcharrefreplace'`` | Replace with the appropriate XML character | 437 Implements the ``'xmlcharrefreplace'`` error handling (for encoding with
|
D | io.rst | 864 backslashed escape sequence. When writing, ``'xmlcharrefreplace'``
|
D | functions.rst | 1078 * ``'xmlcharrefreplace'`` is only supported when writing to a file.
|
D | stdtypes.rst | 1543 values are ``'ignore'``, ``'replace'``, ``'xmlcharrefreplace'``,
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 692 xmlcharrefreplace(_PyBytesWriter *writer, char *str, in xmlcharrefreplace() function 6810 str = xmlcharrefreplace(&writer, str, in unicode_encode_ucs1()
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.3.rst | 640 characters and "xmlcharrefreplace" emits XML character references.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 244 Fixed integer overflow issues in "backslashreplace", "xmlcharrefreplace",
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.3.rst | 640 characters and "xmlcharrefreplace" emits XML character references.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 989 "xmlcharrefreplace", and "surrogatepass" error handlers.
|