QTextDecoder Class

The QTextDecoder class provides a state-based decoder. More...

Header: #include <QTextDecoder>
qmake: QT += core

Note: All functions in this class are reentrant.

Detailed Description

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 QTextCodec::makeDecoder() and QTextEncoder.