ISLEman
Public Member Functions | List of all members
QUtf8Decoder Class Reference
Inheritance diagram for QUtf8Decoder:
QTextDecoder

Public Member Functions

QString toUnicode (const char *chars, int len)
 
- Public Member Functions inherited from QTextDecoder
virtual ~QTextDecoder ()
 

Member Function Documentation

§ toUnicode()

QString QUtf8Decoder::toUnicode ( const char *  chars,
int  len 
)
inlinevirtual

Converts the first len bytes at chars to Unicode, returning the result.

If not all characters are used (eg. 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.

Implements QTextDecoder.


The documentation for this class was generated from the following file: