summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtextcodec.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqtextcodec.3qt')
-rw-r--r--doc/man/man3/tqtextcodec.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqtextcodec.3qt b/doc/man/man3/tqtextcodec.3qt
index 45311536a..a38274a20 100644
--- a/doc/man/man3/tqtextcodec.3qt
+++ b/doc/man/man3/tqtextcodec.3qt
@@ -382,7 +382,7 @@ Constructs a TQTextCodec, and gives it the highest precedence. The TQTextCodec s
.PP
Destroys the TQTextCodec. Note that you should not delete codecs yourself: once created they become Qt's responsibility.
.SH "bool TQTextCodec::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 TQTextCodec::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