diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 14:18:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 12:11:47 +0900 |
commit | c113da2069b66130f67a0f27c699e1cec83588a5 (patch) | |
tree | db98a4d4c3e15bce9614a07af8874c3c2febfd9b /doc/man/man3/tqgb2312codec.3qt | |
parent | aeefd3fe454bfaed093355278b1e2caa84bfd77a (diff) | |
download | tqt3-c113da2069b66130f67a0f27c699e1cec83588a5.tar.gz tqt3-c113da2069b66130f67a0f27c699e1cec83588a5.zip |
Rename codec nt* related files to equivalent tq*.
The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqgb2312codec.3qt')
-rw-r--r-- | doc/man/man3/tqgb2312codec.3qt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqgb2312codec.3qt b/doc/man/man3/tqgb2312codec.3qt index 0a4446dae..68ebe10df 100644 --- a/doc/man/man3/tqgb2312codec.3qt +++ b/doc/man/man3/tqgb2312codec.3qt @@ -1,5 +1,5 @@ '\" t -.TH QGb2312Codec 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQGb2312Codec 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,23 +7,23 @@ .ad l .nh .SH NAME -QGb2312Codec \- Conversion to and from the Chinese GB2312 encoding +TQGb2312Codec \- Conversion to and from the Chinese GB2312 encoding .SH SYNOPSIS -\fC#include <ntqgb18030codec.h>\fR +\fC#include <tqgb18030codec.h>\fR .PP -Inherits QGb18030Codec. +Inherits TQGb18030Codec. .PP .SH DESCRIPTION -The QGb2312Codec class provides conversion to and from the Chinese GB2312 encoding. +The TQGb2312Codec class provides conversion to and from the Chinese GB2312 encoding. .PP -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 GB2312 encoding has been superceded by the GB18030 encoding and GB18030 is backward compatible to GB2312. For this reason the TQGb2312Codec class is implemented in terms of the GB18030 codec and uses its 0xA1A1-0xFEFE subset for conversion from and to Unicode. .PP -The QGb2312Codec is kept mainly for compatibility reasons with older software. +The TQGb2312Codec is kept mainly for compatibility reasons with older software. .PP See also Internationalization with Qt. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qgb2312codec.html +.BR http://doc.trolltech.com/tqgb2312codec.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |