diff options
author | Michele Calgaro <[email protected]> | 2024-06-30 14:18:32 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 12:11:47 +0900 |
commit | c113da2069b66130f67a0f27c699e1cec83588a5 (patch) | |
tree | db98a4d4c3e15bce9614a07af8874c3c2febfd9b /doc/man/man3/tqbig5codec.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 <[email protected]>
Diffstat (limited to 'doc/man/man3/tqbig5codec.3qt')
-rw-r--r-- | doc/man/man3/tqbig5codec.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqbig5codec.3qt b/doc/man/man3/tqbig5codec.3qt index 81c93dc18..1cfb0ede7 100644 --- a/doc/man/man3/tqbig5codec.3qt +++ b/doc/man/man3/tqbig5codec.3qt @@ -1,5 +1,5 @@ '\" t -.TH QBig5Codec 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQBig5Codec 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,20 +7,20 @@ .ad l .nh .SH NAME -QBig5Codec \- Conversion to and from the Big5 encoding +TQBig5Codec \- Conversion to and from the Big5 encoding .SH SYNOPSIS -\fC#include <ntqbig5codec.h>\fR +\fC#include <tqbig5codec.h>\fR .PP Inherits TQTextCodec. .PP .SH DESCRIPTION -The QBig5Codec class provides conversion to and from the Big5 encoding. +The TQBig5Codec class provides conversion to and from the Big5 encoding. .PP -QBig5Codec was originally contributed by Ming-Che Chuang <[email protected]> for the Big-5+ encoding, and was included in TQt with the author's permission, and the grateful thanks of the Trolltech team. (Note: Ming-Che's code is QPL'd, as per an mail to [email protected].) +TQBig5Codec was originally contributed by Ming-Che Chuang <[email protected]> for the Big-5+ encoding, and was included in TQt with the author's permission, and the grateful thanks of the Trolltech team. (Note: Ming-Che's code is QPL'd, as per an mail to [email protected].) .PP However, since Big-5+ was never formally approved, and was never used by anyone, the Taiwan Free Software community and the Li18nux Big5 Standard Subgroup agree that the de-facto standard Big5-ETen (zh_TW.Big5 or zh_TW.TW-Big5) be used instead. .PP -QBig5Codec is currently implemented as a pure subset of QBig5hkscsCodec, so more fine-tuning is needed to make it identical to the standard Big5 mapping as determined by Li18nux-Big5. See http://www.autrijus.org/xml/ for the draft Big5 (2002) standard. +TQBig5Codec is currently implemented as a pure subset of TQBig5hkscsCodec, so more fine-tuning is needed to make it identical to the standard Big5 mapping as determined by Li18nux-Big5. See http://www.autrijus.org/xml/ for the draft Big5 (2002) standard. .PP James Su <[email protected]> <[email protected]> generated the Big5-HKSCS<->Unicode tables with a very space-efficient algorithm. He generously donated his code to glibc in May 2002. Subsequently, James has kindly allowed Anthony Fok <[email protected]> <[email protected]> to adapt the code for Qt. .PP @@ -37,7 +37,7 @@ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRE See also Internationalization with Qt. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqbig5codec.html +.BR http://doc.trolltech.com/tqbig5codec.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |