Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 112b0974ad288f6cd55bf971ee6026a9 > files > 1375

libqt3-devel-3.0.2-2mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- /tmp/qt-3.0-reggie-28534/qt-x11-free-3.0.2/src/codecs/qrtlcodec.cpp:358 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>QHebrewCodec Class</title>
<style type="text/css"><!--
h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
body { background: #ffffff; color: black; }
--></style>
</head>
<body>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr bgcolor="#E5E5E5">
<td valign=center>
 <a href="index.html">
<font color="#004faf">Home</font></a>
 | <a href="classes.html">
<font color="#004faf">All&nbsp;Classes</font></a>
 | <a href="mainclasses.html">
<font color="#004faf">Main&nbsp;Classes</font></a>
 | <a href="annotated.html">
<font color="#004faf">Annotated</font></a>
 | <a href="groups.html">
<font color="#004faf">Grouped&nbsp;Classes</font></a>
 | <a href="functions.html">
<font color="#004faf">Functions</font></a>
</td>
<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>QHebrewCodec Class Reference</h1>

<p>The QHebrewCodec class provides conversion to and from visually ordered Hebrew.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qrtlcodec-h.html">qrtlcodec.h</a>&gt;</tt>
<p>Inherits <a href="qtextcodec.html">QTextCodec</a>.
<p><a href="qhebrewcodec-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
<li><div class=fn>virtual const char * <a href="#mimeName"><b>mimeName</b></a> () const</div></li>
<li><div class=fn>virtual QCString <a href="#fromUnicode"><b>fromUnicode</b></a> ( const&nbsp;QString&nbsp;&amp;&nbsp;uc, int&nbsp;&amp;&nbsp;len_in_out ) const</div></li>
</ul>
<hr><a name="details"></a><h2>Detailed Description</h2>
 

<p> The QHebrewCodec class provides conversion to and from visually ordered Hebrew.
<p> Hebrew as a semitic language is written from right to left. As older computer systems
couldn't handle reordering a string so that the first letter appears on the right, many older documents
were encoded in visual order, so that the first letter of a line is the rightmost one in the string.
<p> Opposed to this, Unicode defines characters to be in logical order (the order you would read the string).
This codec tries to convert visually ordered Hebrew (8859-8) to Unicode. This might not always be 100%,
as reversing the bidi algorithm that transforms from logical to visual order is non trivial.
<p> Transformation from Unicode to visual Hebrew (8859-8) is done using the BiDi algorithm in Qt, and will
produce correct results, as long as you feed one paragraph of text to the codec at a time. Places where newlines
are supposed to start can be indicated by a newline character ('\n'). Please be aware, that these newline characters
change the reordering behaviour of the algorithm, as the BiDi reordering only takes place within one line of text, whereas
linebreaks are determined in visual order.
<p> Visually ordered Hebrew is still used quite often in some places, mainly in email communication (as most email programs still
don't understand logically ordered Hebrew) and on web pages. The use on web pages is strongly decreasing however,
as there are nowadays a few browsers available that correctly support logically ordered Hebrew.
<p> This codec has the name "iso8859-8". If you don't want any bidi reordering to happen during conversion, use the
"iso8859-8-i" codec, which assumes logical order for the 8bit string.
<p>See also <a href="i18n.html">Internationalization with Qt</a>.

<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a href="qcstring.html">QCString</a> <a name="fromUnicode"></a>QHebrewCodec::fromUnicode ( const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;uc, int&nbsp;&amp;&nbsp;len_in_out ) const<tt> [virtual]</tt>
</h3>
Transforms the logically ordered <a href="qstring.html">QString</a>, <em>uc</em>, into a visually
ordered string in the 8859-8 encoding. Qt's BiDi algorithm is used to
perform this task. Please note, that newline characters affect the
reordering, as reordering is done on a line by line basis.
<p> You might get wrong results if you feed the string line by line to
this method, as the algorithm is designed to operate on a whole
paragraph of text at a time, and the contents of a previous line may
affect the reordering of the next line.
<p> To ensure you get correct results always call this method with
an entire paragraph of text to reorder.
<p> Some encodings (for example japanese or utf8) are multibye (so one
input character is mapped to two output characters). The <em>len_in_out</em>
argument specifies the number of QChars that should be converted and
is set to the number of characters returned.

<p>Reimplemented from <a href="qtextcodec.html#fromUnicode">QTextCodec</a>.
<h3 class=fn>const char * <a name="mimeName"></a>QHebrewCodec::mimeName () const<tt> [virtual]</tt>
</h3>
Returns the codec's mime name.

<p>Reimplemented from <a href="qtextcodec.html#mimeName">QTextCodec</a>.
<!-- eof -->
<hr><p>
This file is part of the <a href="index.html">Qt toolkit</a>.
Copyright &copy; 1995-2001
<a href="http://www.trolltech.com/">Trolltech</a>. All Rights Reserved.<p><address><hr><div align=center>
<table width=100% cellspacing=0 border=0><tr>
<td>Copyright &copy; 2001 
<a href="http://www.trolltech.com">Trolltech</a><td><a href="http://www.trolltech.com/trademarks.html">Trademarks</a>
<td align=right><div align=right>Qt version 3.0.2</div>
</table></div></address></body>
</html>