Searched refs:xmlcharrefreplace (Results 1 – 10 of 10) sorted by relevance
| /third_party/python/Objects/stringlib/ |
| D | codecs.h | 362 p = xmlcharrefreplace(writer, p, in STRINGLIB()
|
| /third_party/python/Doc/howto/ |
| D | unicode.rst | 276 also ``'xmlcharrefreplace'`` (inserts an XML character reference), 294 >>> u.encode('ascii', 'xmlcharrefreplace')
|
| /third_party/python/Doc/library/ |
| D | codecs.rst | 340 | ``'xmlcharrefreplace'`` | Replace with the appropriate XML character | 444 Implements the ``'xmlcharrefreplace'`` error handling (for encoding with
|
| D | io.rst | 961 backslashed escape sequence. When writing, ``'xmlcharrefreplace'``
|
| D | functions.rst | 1223 * ``'xmlcharrefreplace'`` is only supported when writing to a file.
|
| D | stdtypes.rst | 1595 values are ``'ignore'``, ``'replace'``, ``'xmlcharrefreplace'``,
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 798 xmlcharrefreplace(_PyBytesWriter *writer, char *str, in xmlcharrefreplace() function 7270 str = xmlcharrefreplace(&writer, str, in unicode_encode_ucs1()
|
| /third_party/python/Doc/whatsnew/ |
| D | 2.3.rst | 640 characters and "xmlcharrefreplace" emits XML character references.
|
| /third_party/python/Misc/NEWS.d/ |
| D | 3.5.0a1.rst | 244 Fixed integer overflow issues in "backslashreplace", "xmlcharrefreplace",
|
| /third_party/python/Misc/ |
| D | HISTORY | 989 "xmlcharrefreplace", and "surrogatepass" error handlers.
|