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.
See also
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.