1QEucKrCodec(3qt) QEucKrCodec(3qt)
2
3
4
6 QEucKrCodec - Conversion to and from EUC-KR character sets
7
9 All the functions in this class are reentrant when Qt is built with
10 thread support.</p>
11
12 #include <qeuckrcodec.h>
13
14 Inherits QTextCodec.
15
16 Public Members
17 virtual const char * mimeName () const
18
20 The QEucKrCodec class provides conversion to and from EUC-KR character
21 sets.
22
23 The QEucKrCodec class subclasses QTextCodec to provide support for EUC-
24 KR, the main legacy encoding for UNIX machines in Korea.
25
26 It was largely written by Mizi Research Inc. Here is the copyright
27 statement for the code as it was at the point of contribution.
28 Trolltech's subsequent modifications are covered by the usual copyright
29 for Qt.
30
31 Copyright (C) 1999-2000 Mizi Research Inc. All rights reserved.
32
33 Redistribution and use in source and binary forms, with or without
34 modification, are permitted provided that the following conditions are
35 met:
36
37 1 Redistributions of source code must retain the above copyright
38 notice, this list of conditions and the following disclaimer.
39
40 2 Redistributions in binary form must reproduce the above
41 copyright notice, this list of conditions and the following
42 disclaimer in the documentation and/or other materials provided
43 with the distribution.
44
45 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND
46 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
47 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
48 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS
49 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
50 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
51 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
52 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
53 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
54 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
55 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
56
57 See also Internationalization with Qt.
58
61 Returns the codec's mime name.
62
63 Reimplemented from QTextCodec.
64
65
67 http://doc.trolltech.com/qeuckrcodec.html
68 http://www.trolltech.com/faq/tech.html
69
71 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
72 license file included in the distribution for a complete license
73 statement.
74
76 Generated automatically from the source code.
77
79 If you find a bug in Qt, please report it as described in
80 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
81 help you. Thank you.
82
83 The definitive Qt documentation is provided in HTML format; it is
84 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
85 web browser. This man page is provided as a convenience for those users
86 who prefer man pages, although this format is not officially supported
87 by Trolltech.
88
89 If you find errors in this manual page, please report them to qt-
90 bugs@trolltech.com. Please include the name of the manual page
91 (qeuckrcodec.3qt) and the Qt version (3.3.8).
92
93
94
95Trolltech AS 2 February 2007 QEucKrCodec(3qt)