The QTextEncoder class provides a state-based encoder. More...
#include <QTextEncoder>
Note: All functions in this class are reentrant.
QTextEncoder ( const QTextCodec * codec ) | |
QTextEncoder ( const QTextCodec * codec, QTextCodec::ConversionFlags flags ) | |
~QTextEncoder () | |
QByteArray | fromUnicode ( const QString & str ) |
QByteArray | fromUnicode ( const QChar * uc, int len ) |
The QTextEncoder class provides a state-based encoder.
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.
Constructs a text encoder for the given codec.
Constructs a text encoder for the given codec and conversion flags.
This function was introduced in Qt 4.7.
Destroys the encoder.
Converts the Unicode string str into an encoded QByteArray.
This is an overloaded function.
Converts len characters (not bytes) from uc, and returns the result in a QByteArray.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.