1QEucJpCodec(3qt) QEucJpCodec(3qt)
2
3
4
6 QEucJpCodec - Conversion to and from EUC-JP character sets
7
9 All the functions in this class are reentrant when Qt is built with
10 thread support.</p>
11
12 #include <qeucjpcodec.h>
13
14 Inherits QTextCodec.
15
16 Public Members
17 virtual int mibEnum () const
18 virtual const char * mimeName () const
19 QEucJpCodec ()
20 ~QEucJpCodec ()
21
23 The QEucJpCodec class provides conversion to and from EUC-JP character
24 sets.
25
26 More precisely, the QEucJpCodec class subclasses QTextCodec to provide
27 support for EUC-JP, the main legacy encoding for Unix machines in
28 Japan.
29
30 The environment variable UNICODEMAP_JP can be used to fine-tune
31 QJisCodec, QSjisCodec and QEucJpCodec. The QJisCodec documentation
32 describes how to use this variable.
33
34 Most of the code here was written by Serika Kurusugawa, a.k.a. Junji
35 Takagi, and is included in Qt with the author's permission and the
36 grateful thanks of the Trolltech team. Here is the copyright statement
37 for that code:
38
39 Copyright (C) 1999 Serika Kurusugawa. All rights reserved.
40
41 Redistribution and use in source and binary forms, with or without
42 modification, are permitted provided that the following conditions are
43 met: <ol type=1>
44
45 1 Redistributions of source code must retain the above copyright
46 notice, this list of conditions and the following disclaimer.
47
48 2 Redistributions in binary form must reproduce the above
49 copyright notice, this list of conditions and the following
50 disclaimer in the documentation and/or other materials provided
51 with the distribution.
52
53 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS". ANY
54 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
55 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
56 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS
57 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
58 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
59 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
60 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
61 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
62 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
63 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
64
65 See also Internationalization with Qt.
66
69 Constructs a QEucJpCodec.
70
72 Destroys the codec.
73
75 Returns 18.
76
77 Reimplemented from QTextCodec.
78
80 Returns the codec's mime name.
81
82 Reimplemented from QTextCodec.
83
84
86 http://doc.trolltech.com/qeucjpcodec.html
87 http://www.trolltech.com/faq/tech.html
88
90 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
91 license file included in the distribution for a complete license
92 statement.
93
95 Generated automatically from the source code.
96
98 If you find a bug in Qt, please report it as described in
99 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
100 help you. Thank you.
101
102 The definitive Qt documentation is provided in HTML format; it is
103 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
104 web browser. This man page is provided as a convenience for those users
105 who prefer man pages, although this format is not officially supported
106 by Trolltech.
107
108 If you find errors in this manual page, please report them to qt-
109 bugs@trolltech.com. Please include the name of the manual page
110 (qeucjpcodec.3qt) and the Qt version (3.3.8).
111
112
113
114Trolltech AS 2 February 2007 QEucJpCodec(3qt)