Lines Matching refs:decoding
33 The module defines the following functions for encoding and decoding with
51 default error handler is ``'strict'`` meaning that decoding errors raise
82 The stateless encoding and decoding functions. These must be
187 :class:`StreamReaderWriter`, providing transparent encoding/decoding.
295 codec will handle encoding and decoding errors.
342 | | decoding, use ``�`` (U+FFFD, the official |
349 | | ``\Uxxxxxxxx``. On decoding, use hexadecimal |
354 | ``'surrogateescape'`` | On decoding, replace byte with individual |
393 |``'surrogatepass'``| utf-8, utf-16, utf-32, | Allow encoding and decoding surrogate code|
411 The ``'backslashreplace'`` error handler now works with decoding and
420 The *error_handler* argument will be called during encoding and decoding
456 Each encoding or decoding error raises a :exc:`UnicodeError`.
463 Malformed data is ignored; encoding or decoding is continued without
472 the official REPLACEMENT CHARACTER) for decoding errors.
481 ``\xhh`` ``\uxxxx`` ``\Uxxxxxxxx``. On decoding, use the hexadecimal form of
485 Works with decoding and translating.
541 consumed). For instance, for a :term:`text encoding`, decoding converts
554 decoding efficient.
564 the basic interface for incremental encoding and decoding. Encoding/decoding the
569 the encoding/decoding process during method calls.
639 The :class:`IncrementalDecoder` class is used for decoding an input in multiple
807 for decoding. The decoder can modify this setting as
814 line, if there are decoding errors on later lines.
850 primarily intended to be able to recover from decoding errors.
929 and recreating the string from the sequence of bytes is known as *decoding*.
954 will always have to swap bytes on encoding and decoding. ``UTF-32`` avoids this
963 appears to be a ``U+FFFE`` the bytes have to be swapped on decoding.
1021 decoding ``utf-8-sig`` will skip those three bytes if they appear as the first
1318 :term:`bytes-like object` to :class:`str` decoding, similar to the Unicode text
1402 | | | decoding | …
1425 decoding
1553 is only done once (on the first write to the byte stream). On decoding, an