diff options
Diffstat (limited to 'doc/man/man3/tqtextcodec.3qt')
| -rw-r--r-- | doc/man/man3/tqtextcodec.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqtextcodec.3qt b/doc/man/man3/tqtextcodec.3qt index a16d0059d..7c1a4bde5 100644 --- a/doc/man/man3/tqtextcodec.3qt +++ b/doc/man/man3/tqtextcodec.3qt @@ -382,7 +382,7 @@ Constructs a QTextCodec, and gives it the highest precedence. The QTextCodec sho .PP Destroys the QTextCodec. Note that you should not delete codecs yourself: once created they become Qt's responsibility. .SH "bool QTextCodec::canEncode ( TQChar ch ) const\fC [virtual]\fR" -Returns TRUE if the Unicode character \fIch\fR can be fully encoded with this codec; otherwise returns FALSE. The default implementation tests if the result of toUnicode(fromUnicode(ch)) is the original \fIch\fR. Subclasses may be able to improve the efficiency. +Returns true if the Unicode character \fIch\fR can be fully encoded with this codec; otherwise returns false. The default implementation tests if the result of toUnicode(fromUnicode(ch)) is the original \fIch\fR. Subclasses may be able to improve the efficiency. .SH "bool QTextCodec::canEncode ( const TQString & s ) const\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP |
