Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Dcodecs.h362 p = xmlcharrefreplace(writer, p, in STRINGLIB()
/third_party/python/Doc/howto/
Dunicode.rst276 also ``'xmlcharrefreplace'`` (inserts an XML character reference),
294 >>> u.encode('ascii', 'xmlcharrefreplace')
/third_party/python/Doc/library/
Dcodecs.rst340 | ``'xmlcharrefreplace'`` | Replace with the appropriate XML character |
444 Implements the ``'xmlcharrefreplace'`` error handling (for encoding with
Dio.rst961 backslashed escape sequence. When writing, ``'xmlcharrefreplace'``
Dfunctions.rst1223 * ``'xmlcharrefreplace'`` is only supported when writing to a file.
Dstdtypes.rst1595 values are ``'ignore'``, ``'replace'``, ``'xmlcharrefreplace'``,
/third_party/python/Objects/
Dunicodeobject.c798 xmlcharrefreplace(_PyBytesWriter *writer, char *str, in xmlcharrefreplace() function
7270 str = xmlcharrefreplace(&writer, str, in unicode_encode_ucs1()
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst244 Fixed integer overflow issues in "backslashreplace", "xmlcharrefreplace",
/third_party/python/Doc/whatsnew/
D2.3.rst640 characters and "xmlcharrefreplace" emits XML character references.
/third_party/python/Misc/
DHISTORY989 "xmlcharrefreplace", and "surrogatepass" error handlers.