summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqhebrewcodec.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqhebrewcodec.3qt')
-rw-r--r--doc/man/man3/tqhebrewcodec.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqhebrewcodec.3qt b/doc/man/man3/tqhebrewcodec.3qt
index 2091dc5d..8ebd2f33 100644
--- a/doc/man/man3/tqhebrewcodec.3qt
+++ b/doc/man/man3/tqhebrewcodec.3qt
@@ -21,7 +21,7 @@ Inherits TQTextCodec.
.BI "virtual const char * \fBmimeName\fR () const"
.br
.ti -1c
-.BI "virtual QCString \fBfromUnicode\fR ( const TQString & uc, int & lenInOut ) const"
+.BI "virtual TQCString \fBfromUnicode\fR ( const TQString & uc, int & lenInOut ) const"
.br
.in -1c
.SH DESCRIPTION
@@ -39,7 +39,7 @@ This codec has the name "iso8859-8". If you don't want any bidi reordering to ha
.PP
See also Internationalization with Qt.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QCString TQHebrewCodec::fromUnicode ( const TQString & uc, int & lenInOut ) const\fC [virtual]\fR"
+.SH "TQCString TQHebrewCodec::fromUnicode ( const TQString & uc, int & lenInOut ) const\fC [virtual]\fR"
Transforms the logically ordered TQString, \fIuc\fR, into a visually ordered string in the 8859-8 encoding. Qt's bidi algorithm is used to perform this task. Note that newline characters affect the reordering, since reordering is done on a line by line basis.
.PP
The algorithm is designed to work on whole paragraphs of text, so processing a line at a time may produce incorrect results. This approach is taken because the reordering of the contents of a particular line in a paragraph may depend on the previous line in the same paragraph.