Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
QGb2312Decoder () | |
QString | toUnicode (const char *chars, int len) |
QGb2312Decoder::QGb2312Decoder | ( | ) | [inline] |
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.
Implementa QTextDecoder.