Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QTextEncoder class provides a state-based encoder. More...
#include <QTextEncoder>
Note: All the functions in this class are reentrant.
The QTextEncoder class provides a state-based encoder.
The encoder converts Unicode into another format, remembering any state that is required between calls.
See also QTextCodec::makeEncoder().
Destroys the encoder.
Converts the Unicode string str into an encoded QByteArray.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Converts len characters (not bytes) from uc, producing a QByteArray.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Copyright © 2004 Trolltech | Trademarks | Qt 4.0.0-b1 |