From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqtextcodec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqtextcodec.html') diff --git a/doc/html/tqtextcodec.html b/doc/html/tqtextcodec.html index 6d9eb5afb..b1b145fce 100644 --- a/doc/html/tqtextcodec.html +++ b/doc/html/tqtextcodec.html @@ -295,8 +295,8 @@ yourself: once created they become TQt's responsibility.

bool TQTextCodec::canEncode ( TQChar ch ) const [virtual]

-Returns TRUE if the Unicode character ch can be fully encoded -with this codec; otherwise returns FALSE. The default +Returns true if the Unicode character ch can be fully encoded +with this codec; otherwise returns false. The default implementation tests if the result of toUnicode(fromUnicode(ch)) is the original ch. Subclasses may be able to improve the efficiency. -- cgit v1.2.3