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/tqeucjpcodec.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/tqeucjpcodec.3qt')
-rw-r--r-- | doc/man/man3/tqeucjpcodec.3qt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/man/man3/tqeucjpcodec.3qt b/doc/man/man3/tqeucjpcodec.3qt index cb4fe4619..fdb9438ac 100644 --- a/doc/man/man3/tqeucjpcodec.3qt +++ b/doc/man/man3/tqeucjpcodec.3qt @@ -1,5 +1,5 @@ '\" t -.TH QEucJpCodec 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQEucJpCodec 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,11 +7,11 @@ .ad l .nh .SH NAME -QEucJpCodec \- Conversion to and from EUC-JP character sets +TQEucJpCodec \- Conversion to and from EUC-JP character sets .SH SYNOPSIS All the functions in this class are reentrant when TQt is built with thread support.</p> .PP -\fC#include <ntqeucjpcodec.h>\fR +\fC#include <tqeucjpcodec.h>\fR .PP Inherits TQTextCodec. .PP @@ -24,18 +24,18 @@ Inherits TQTextCodec. .BI "virtual const char * \fBmimeName\fR () const" .br .ti -1c -.BI "\fBQEucJpCodec\fR ()" +.BI "\fBTQEucJpCodec\fR ()" .br .ti -1c -.BI "\fB~QEucJpCodec\fR ()" +.BI "\fB~TQEucJpCodec\fR ()" .br .in -1c .SH DESCRIPTION -The QEucJpCodec class provides conversion to and from EUC-JP character sets. +The TQEucJpCodec class provides conversion to and from EUC-JP character sets. .PP -More precisely, the QEucJpCodec class subclasses TQTextCodec to provide support for EUC-JP, the main legacy encoding for Unix machines in Japan. +More precisely, the TQEucJpCodec class subclasses TQTextCodec to provide support for EUC-JP, the main legacy encoding for Unix machines in Japan. .PP -The environment variable \fCUNICODEMAP_JP\fR can be used to fine-tune QJisCodec, QSjisCodec and QEucJpCodec. The QJisCodec documentation describes how to use this variable. +The environment variable \fCUNICODEMAP_JP\fR can be used to fine-tune TQJisCodec, TQSjisCodec and TQEucJpCodec. The TQJisCodec documentation describes how to use this variable. .PP Most of the code here was written by Serika Kurusugawa, a.k.a. Junji Takagi, and is included in TQt with the author's permission and the grateful thanks of the Trolltech team. Here is the copyright statement for that code: .PP @@ -51,21 +51,21 @@ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS". ANY EXPRESS OR .PP See also Internationalization with Qt. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QEucJpCodec::QEucJpCodec ()" -Constructs a QEucJpCodec. -.SH "QEucJpCodec::~QEucJpCodec ()" +.SH "TQEucJpCodec::TQEucJpCodec ()" +Constructs a TQEucJpCodec. +.SH "TQEucJpCodec::~TQEucJpCodec ()" Destroys the codec. -.SH "int QEucJpCodec::mibEnum () const\fC [virtual]\fR" +.SH "int TQEucJpCodec::mibEnum () const\fC [virtual]\fR" Returns 18. .PP Reimplemented from TQTextCodec. -.SH "const char * QEucJpCodec::mimeName () const\fC [virtual]\fR" +.SH "const char * TQEucJpCodec::mimeName () const\fC [virtual]\fR" Returns the codec's mime name. .PP Reimplemented from TQTextCodec. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqeucjpcodec.html +.BR http://doc.trolltech.com/tqeucjpcodec.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |