1QTsciiCodec(3qt) QTsciiCodec(3qt)
2
3
4
6 QTsciiCodec - Conversion to and from the Tamil TSCII encoding
7
9 All the functions in this class are reentrant when Qt is built with
10 thread support.</p>
11
12 #include <qtsciicodec.h>
13
14 Inherits QTextCodec.
15
17 The QTsciiCodec class provides conversion to and from the Tamil TSCII
18 encoding.
19
20 TSCII, formally the Tamil Standard Code Information Interchange
21 specification, is a commonly used charset for Tamils. The official page
22 for the standard is at http://www.tamil.net/tscii/
23
24 This codec uses the mapping table found at
25 http://www.geocities.com/Athens/5180/tsciiset.html. Tamil uses composed
26 Unicode which might cause some problems if you are using Unicode fonts
27 instead of TSCII fonts.
28
29 Most of the code here was written by Hans Petter Bieker and is included
30 in Qt with the author's permission and the grateful thanks of the
31 Trolltech team. Here is the copyright statement for the code as it was
32 at the point of contribution. Trolltech's subsequent modifications are
33 covered by the usual copyright for Qt.
34
35 Copyright (C) 2000 Hans Petter Bieker. All rights reserved.
36
37 Redistribution and use in source and binary forms, with or without
38 modification, are permitted provided that the following conditions are
39 met: <ol type=1>
40
41 1 Redistributions of source code must retain the above copyright
42 notice, this list of conditions and the following disclaimer.
43
44 2 Redistributions in binary form must reproduce the above
45 copyright notice, this list of conditions and the following
46 disclaimer in the documentation and/or other materials provided
47 with the distribution.
48
49 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
50 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
51 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
52 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS
53 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
54 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
55 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
56 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
57 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
58 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
59 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
60
61 See also Internationalization with Qt.
62
63
65 http://doc.trolltech.com/qtsciicodec.html
66 http://www.trolltech.com/faq/tech.html
67
69 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
70 license file included in the distribution for a complete license
71 statement.
72
74 Generated automatically from the source code.
75
77 If you find a bug in Qt, please report it as described in
78 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
79 help you. Thank you.
80
81 The definitive Qt documentation is provided in HTML format; it is
82 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
83 web browser. This man page is provided as a convenience for those users
84 who prefer man pages, although this format is not officially supported
85 by Trolltech.
86
87 If you find errors in this manual page, please report them to qt-
88 bugs@trolltech.com. Please include the name of the manual page
89 (qtsciicodec.3qt) and the Qt version (3.3.8).
90
91
92
93Trolltech AS 2 February 2007 QTsciiCodec(3qt)