QTextEncoder Class
The QTextEncoder class provides a state-based encoder. More...
| Header: | #include <QTextEncoder> |
| qmake: | QT += core |
Note: All functions in this class are reentrant.
Detailed Description
A text encoder converts text from Unicode into an encoded text format using a specific codec.
The encoder converts Unicode into another format, remembering any state that is required between calls.
See also QTextCodec::makeEncoder() and QTextDecoder.