source: trunk/doc/html/qtsciicodec.html

Last change on this file was 190, checked in by rudi, 14 years ago

reference documentation added

File size: 4.5 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/codecs/qtsciicodec.cpp:40 -->
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>QTsciiCodec Class</title>
7<style type="text/css"><!--
8fn { margin-left: 1cm; text-indent: -1cm; }
9a:link { color: #004faf; text-decoration: none }
10a:visited { color: #672967; text-decoration: none }
11body { background: #ffffff; color: black; }
12--></style>
13</head>
14<body>
15
16<table border="0" cellpadding="0" cellspacing="0" width="100%">
17<tr bgcolor="#E5E5E5">
18<td valign=center>
19 <a href="index.html">
20<font color="#004faf">Home</font></a>
21 | <a href="classes.html">
22<font color="#004faf">All&nbsp;Classes</font></a>
23 | <a href="mainclasses.html">
24<font color="#004faf">Main&nbsp;Classes</font></a>
25 | <a href="annotated.html">
26<font color="#004faf">Annotated</font></a>
27 | <a href="groups.html">
28<font color="#004faf">Grouped&nbsp;Classes</font></a>
29 | <a href="functions.html">
30<font color="#004faf">Functions</font></a>
31</td>
32<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>QTsciiCodec Class Reference</h1>
33
34<p>The QTsciiCodec class provides conversion to and from the Tamil TSCII encoding.
35<a href="#details">More...</a>
36<p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when Qt is built with thread support.</p>
37<p><tt>#include &lt;<a href="qtsciicodec-h.html">qtsciicodec.h</a>&gt;</tt>
38<p>Inherits <a href="qtextcodec.html">QTextCodec</a>.
39<p><a href="qtsciicodec-members.html">List of all member functions.</a>
40<hr><a name="details"></a><h2>Detailed Description</h2>
41
42
43
44<p> The QTsciiCodec class provides conversion to and from the Tamil TSCII encoding.
45<p> TSCII, formally the Tamil Standard Code Information Interchange
46specification, is a commonly used charset for Tamils. The
47official page for the standard is at
48<a href="http://www.tamil.net/tscii/">http://www.tamil.net/tscii/</a>
49<p> This codec uses the mapping table found at
50<a href="http://www.geocities.com/Athens/5180/tsciiset.html">http://www.geocities.com/Athens/5180/tsciiset.html</a>.
51Tamil uses composed Unicode which might cause some
52problems if you are using Unicode fonts instead of TSCII fonts.
53<p> Most of the code here was written by Hans Petter Bieker
54and is included in Qt with the author's permission and the
55grateful thanks of the Trolltech team.
56Here is the copyright statement for the code as it was at the
57point of contribution. Trolltech's subsequent modifications
58are covered by the usual copyright for Qt.
59<p>
60<p> Copyright (C) 2000 Hans Petter Bieker. All rights reserved.
61<p> Redistribution and use in source and binary forms, with or without
62modification, are permitted provided that the following conditions
63are met:
64<ol type=1>
65<li> Redistributions of source code must retain the above copyright
66notice, this list of conditions and the following disclaimer.
67<li> Redistributions in binary form must reproduce the above copyright
68notice, this list of conditions and the following disclaimer in the
69documentation and/or other materials provided with the distribution.
70</ol>
71<p> THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
72ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
73IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
74ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
75FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
76DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
77OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
78HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
79LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
80OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
81SUCH DAMAGE.
82<p>See also <a href="i18n.html">Internationalization with Qt</a>.
83
84<!-- eof -->
85<hr><p>
86This file is part of the <a href="index.html">Qt toolkit</a>.
87Copyright &copy; 1995-2007
88<a href="http://www.trolltech.com/">Trolltech</a>. All Rights Reserved.<p><address><hr><div align=center>
89<table width=100% cellspacing=0 border=0><tr>
90<td>Copyright &copy; 2007
91<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
92<td align=right><div align=right>Qt 3.3.8</div>
93</table></div></address></body>
94</html>
Note: See TracBrowser for help on using the repository browser.