Eneboo - Documentación para desarrolladores
|
The QGb2312Codec class provides conversion to and from the Chinese GB2312 encoding. Más...
#include <qgb18030codec.h>
Métodos públicos | |
QGb2312Codec () | |
int | mibEnum () const |
const char * | name () const |
QTextDecoder * | makeDecoder () const |
QCString | fromUnicode (const QString &uc, int &lenInOut) const |
QString | toUnicode (const char *chars, int len) const |
int | heuristicContentMatch (const char *chars, int len) const |
int | heuristicNameMatch (const char *hint) const |
QGb2312Codec () | |
int | mibEnum () const |
const char * | name () const |
QTextDecoder * | makeDecoder () const |
QCString | fromUnicode (const QString &uc, int &lenInOut) const |
QString | toUnicode (const char *chars, int len) const |
int | heuristicContentMatch (const char *chars, int len) const |
int | heuristicNameMatch (const char *hint) const |
The QGb2312Codec class provides conversion to and from the Chinese GB2312 encoding.
The GB2312 encoding has been superceded by the GB18030 encoding and GB18030 is backward compatible to GB2312. For this reason the QGb2312Codec class is implemented in terms of the GB18030 codec and uses its 0xA1A1-0xFEFE subset for conversion from and to Unicode.
The QGb2312Codec is kept mainly for compatibility reasons with older software.
QGb2312Codec::QGb2312Codec | ( | ) |
QGb2312Codec::QGb2312Codec | ( | ) |
Reimplementado de QGb18030Codec.
Reimplementado de QGb18030Codec.
Reimplementado de QGb18030Codec.
Reimplementado de QGb18030Codec.
int QGb2312Codec::heuristicNameMatch | ( | const char * | hint | ) | const [virtual] |
Reimplementado de QGb18030Codec.
int QGb2312Codec::heuristicNameMatch | ( | const char * | hint | ) | const [virtual] |
Reimplementado de QGb18030Codec.
QTextDecoder* QGb2312Codec::makeDecoder | ( | ) | const [virtual] |
Reimplementado de QGb18030Codec.
QTextDecoder * QGb2312Codec::makeDecoder | ( | ) | const [virtual] |
Reimplementado de QGb18030Codec.
int QGb2312Codec::mibEnum | ( | ) | const [virtual] |
Reimplementado de QGb18030Codec.
int QGb2312Codec::mibEnum | ( | ) | const [virtual] |
Reimplementado de QGb18030Codec.
const char* QGb2312Codec::name | ( | ) | const [virtual] |
Reimplementado de QGb18030Codec.
const char * QGb2312Codec::name | ( | ) | const [virtual] |
Reimplementado de QGb18030Codec.
Reimplementado de QGb18030Codec.
Reimplementado de QGb18030Codec.