QTextDecoder

PyQt5.QtCore.QTextDecoder

Description

The QTextDecoder class provides a state-based decoder.

A text decoder converts text from an encoded text format into Unicode using a specific codec.

The decoder converts text in this format into Unicode, remembering any state that is required between calls.

Methods

__init__(QTextCodec)

TODO


__init__(QTextCodec, Union[ConversionFlags, ConversionFlag])

Constructs a text decoder for the given codec and conversion flags.


toUnicode(bytes) → str

TODO


toUnicode(Union[QByteArray, bytes, bytearray]) → str

This is an overloaded function.

Converts the bytes in the byte array specified by ba to Unicode and returns the result.