diff options
Diffstat (limited to 'doc/man/man3/tqhebrewcodec.3qt')
-rw-r--r-- | doc/man/man3/tqhebrewcodec.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqhebrewcodec.3qt b/doc/man/man3/tqhebrewcodec.3qt index f4454a1fa..9d584a79b 100644 --- a/doc/man/man3/tqhebrewcodec.3qt +++ b/doc/man/man3/tqhebrewcodec.3qt @@ -21,7 +21,7 @@ Inherits QTextCodec. .BI "virtual const char * \fBmimeName\fR () const" .br .ti -1c -.BI "virtual QCString \fBfromUnicode\fR ( const QString & uc, int & lenInOut ) const" +.BI "virtual QCString \fBfromUnicode\fR ( const TQString & uc, int & lenInOut ) const" .br .in -1c .SH DESCRIPTION @@ -39,8 +39,8 @@ 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 QHebrewCodec::fromUnicode ( const QString & uc, int & lenInOut ) const\fC [virtual]\fR" -Transforms the logically ordered QString, \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. +.SH "QCString QHebrewCodec::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. .PP |