diff options
Diffstat (limited to 'doc/man/man3/tqhebrewcodec.3qt')
-rw-r--r-- | doc/man/man3/tqhebrewcodec.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqhebrewcodec.3qt b/doc/man/man3/tqhebrewcodec.3qt index c54ef8fa7..2091dc5d5 100644 --- a/doc/man/man3/tqhebrewcodec.3qt +++ b/doc/man/man3/tqhebrewcodec.3qt @@ -1,5 +1,5 @@ '\" t -.TH QHebrewCodec 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQHebrewCodec 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,11 +7,11 @@ .ad l .nh .SH NAME -QHebrewCodec \- Conversion to and from visually ordered Hebrew +TQHebrewCodec \- Conversion to and from visually ordered Hebrew .SH SYNOPSIS All the functions in this class are reentrant when TQt is built with thread support.</p> .PP -\fC#include <ntqrtlcodec.h>\fR +\fC#include <tqhebrewcodec.h>\fR .PP Inherits TQTextCodec. .PP @@ -25,7 +25,7 @@ Inherits TQTextCodec. .br .in -1c .SH DESCRIPTION -The QHebrewCodec class provides conversion to and from visually ordered Hebrew. +The TQHebrewCodec class provides conversion to and from visually ordered Hebrew. .PP Hebrew as a semitic language is written from right to left. Because 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. .PP @@ -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 QHebrewCodec::fromUnicode ( const TQString & uc, int & lenInOut ) const\fC [virtual]\fR" +.SH "QCString 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. @@ -47,13 +47,13 @@ The algorithm is designed to work on whole paragraphs of text, so processing a l Some encodings (for example Japanese or UTF-8) are multibyte (so one input character is mapped to two output characters). The \fIlenInOut\fR argument specifies the number of QChars that should be converted and is set to the number of characters returned. .PP Reimplemented from TQTextCodec. -.SH "const char * QHebrewCodec::mimeName () const\fC [virtual]\fR" +.SH "const char * TQHebrewCodec::mimeName () const\fC [virtual]\fR" Returns the codec's mime name. .PP Reimplemented from TQTextCodec. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qhebrewcodec.html +.BR http://doc.trolltech.com/tqhebrewcodec.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |