1QGbkCodec(3qt) QGbkCodec(3qt)
2
3
4
6 QGbkCodec - Conversion to and from the Chinese GBK encoding
7
9 All the functions in this class are reentrant when Qt is built with
10 thread support.</p>
11
12 #include <qgb18030codec.h>
13
14 Inherits QGb18030Codec.
15
17 The QGbkCodec class provides conversion to and from the Chinese GBK
18 encoding.
19
20 GBK, formally the Chinese Internal Code Specification, is a commonly
21 used extension of GB 2312-80. Microsoft Windows uses it under the name
22 code page 936.
23
24 The GBK encoding has been superceded by the GB18030 encoding and
25 GB18030 is backward compatible to GBK. For this reason the QGbkCodec
26 class is implemented in terms of the GB18030 codec and uses its 1-byte
27 and 2-byte portion for conversion from and to Unicode.
28
29 The QGbkCodec is kept mainly for compatibility reasons with older
30 software.
31
32 See also Internationalization with Qt.
33
34
36 http://doc.trolltech.com/qgbkcodec.html
37 http://www.trolltech.com/faq/tech.html
38
40 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
41 license file included in the distribution for a complete license
42 statement.
43
45 Generated automatically from the source code.
46
48 If you find a bug in Qt, please report it as described in
49 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
50 help you. Thank you.
51
52 The definitive Qt documentation is provided in HTML format; it is
53 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
54 web browser. This man page is provided as a convenience for those users
55 who prefer man pages, although this format is not officially supported
56 by Trolltech.
57
58 If you find errors in this manual page, please report them to qt-
59 bugs@trolltech.com. Please include the name of the manual page
60 (qgbkcodec.3qt) and the Qt version (3.3.8).
61
62
63
64Trolltech AS 2 February 2007 QGbkCodec(3qt)