diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/html/tqtextcodec.html | |
parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
download | tqt-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz tqt-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip |
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqtextcodec.html')
-rw-r--r-- | doc/html/tqtextcodec.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 <a href="tqtextencoder.html">TQTextEncoder</a>. <a href="tqcstring.html">TQCString</a> fromUnicode(const <a href="tqstring.html">TQString</a>& uc, int& lenInOut ) const </pre> -Converts <em>lenInOut</em> characters (of type <a href="qchar.html">TQChar</a>) from the start of +Converts <em>lenInOut</em> characters (of type <a href="tqchar.html">TQChar</a>) from the start of the string <em>uc</em>, returning a <a href="tqcstring.html">TQCString</a> result, and also returning the <a href="tqcstring.html#length">length</a> of the result in <em>lenInOut</em>. @@ -261,7 +261,7 @@ sources. <p> A TQTextCodec subclass might have improved performance if you also re-implement: <p> <pre> - bool canEncode( <a href="qchar.html">TQChar</a> ) const + bool canEncode( <a href="tqchar.html">TQChar</a> ) const </pre> Test if a Unicode character can be encoded. @@ -294,7 +294,7 @@ terminates. <p> Destroys the TQTextCodec. Note that you should not delete codecs yourself: once created they become TQt's responsibility. -<h3 class=fn>bool <a name="canEncode"></a>TQTextCodec::canEncode ( <a href="qchar.html">TQChar</a> ch ) const<tt> [virtual]</tt> +<h3 class=fn>bool <a name="canEncode"></a>TQTextCodec::canEncode ( <a href="tqchar.html">TQChar</a> ch ) const<tt> [virtual]</tt> </h3> Returns TRUE if the Unicode character <em>ch</em> can be fully encoded with this codec; otherwise returns FALSE. The default |