• Home
  • Raw
  • Download

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
180 :class:`StreamReaderWriter`, providing transparent encoding/decoding.
284 codec will handle encoding and decoding errors.
329 | | built-in codecs on decoding, and '?' on |
345 | ``'surrogateescape'`` | On decoding, replace byte with individual |
359 |``'surrogatepass'``| utf-8, utf-16, utf-32, | Allow encoding and decoding of surrogate |
374 The ``'backslashreplace'`` error handlers now works with decoding and
383 The *error_handler* argument will be called during encoding and decoding
418 decoding error raises a :exc:`UnicodeError`.
426 character) for decoding errors.
432 encoding or decoding is continued without further notice.
487 consumed). For instance, for a :term:`text encoding`, decoding converts
500 decoding efficient.
510 the basic interface for incremental encoding and decoding. Encoding/decoding the
515 the encoding/decoding process during method calls.
585 The :class:`IncrementalDecoder` class is used for decoding an input in multiple
752 for decoding. The decoder can modify this setting as
759 line, if there are decoding errors on later lines.
795 primarily intended to be able to recover from decoding errors.
874 and recreating the string from the sequence of bytes is known as *decoding*.
899 will always have to swap bytes on encoding and decoding. ``UTF-32`` avoids this
908 appears to be a ``U+FFFE`` the bytes have to be swapped on decoding.
966 decoding ``utf-8-sig`` will skip those three bytes if they appear as the first
1264 :term:`bytes-like object` to :class:`str` decoding, similar to the Unicode text
1354 | | | decoding | …
1377 decoding
1501 is only done once (on the first write to the byte stream). For decoding an