From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqtextcodec.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqtextcodec.html') diff --git a/doc/html/tqtextcodec.html b/doc/html/tqtextcodec.html index 407ee9b6d..7ee90726e 100644 --- a/doc/html/tqtextcodec.html +++ b/doc/html/tqtextcodec.html @@ -242,7 +242,7 @@ Return a TQTextEncoder. TQCString fromUnicode(const TQString& uc, int& lenInOut ) const -Converts lenInOut characters (of type TQChar) from the start of +Converts lenInOut characters (of type TQChar) from the start of the string uc, returning a TQCString result, and also returning the length of the result in lenInOut. @@ -261,7 +261,7 @@ sources.

A TQTextCodec subclass might have improved performance if you also re-implement:

-    bool canEncode( TQChar ) const
+    bool canEncode( TQChar ) const
     
Test if a Unicode character can be encoded. @@ -294,7 +294,7 @@ terminates.

Destroys the TQTextCodec. Note that you should not delete codecs yourself: once created they become TQt's responsibility. -

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

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 -- cgit v1.2.3