The QTextDecoder class provides a state-based decoder. More...
#include <QTextDecoder>
Note: All functions in this class are reentrant.
QTextDecoder ( const QTextCodec * codec ) | |
QTextDecoder ( const QTextCodec * codec, QTextCodec::ConversionFlags flags ) | |
~QTextDecoder () | |
QString | toUnicode ( const char * chars, int len ) |
void | toUnicode ( QString * target, const char * chars, int len ) |
QString | toUnicode ( const QByteArray & ba ) |
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 QTextCodec::makeDecoder() and QTextEncoder.
Constructs a text decoder for the given codec.
Constructs a text decoder for the given codec and conversion flags.
This function was introduced in Qt 4.7.
Destroys the decoder.
Converts the first len bytes in chars to Unicode, returning the result.
If not all characters are used (e.g. if only part of a multi-byte encoding is at the end of the characters), the decoder remembers enough state to continue with the next call to this function.
This is an overloaded function.
The converted string is returned in target.
This is an overloaded function.
Converts the bytes in the byte array specified by ba to Unicode and returns the result.
© 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.