Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

QGb2312Codec Class Reference

The QGb2312Codec class provides conversion to and from the Chinese GB2312 encoding. More...

#include <QGb2312Codec>

Inherits QGb18030Codec.

List of all members.

Public Functions

Static Public Members

Static Protected Members


Detailed Description

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.


Member Function Documentation

QGb2312Codec::QGb2312Codec ()

Constructs a QGb2312Codec object.


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp1