diff options
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 |