diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qtextencoder.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qtextencoder.html')
-rw-r--r-- | doc/html/qtextencoder.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qtextencoder.html b/doc/html/qtextencoder.html index 1a6637364..2186aafb1 100644 --- a/doc/html/qtextencoder.html +++ b/doc/html/qtextencoder.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQTextEncoder class provides a state-based encoder. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> -<p><tt>#include <<a href="qtextcodec-h.html">qtextcodec.h</a>></tt> +<p><tt>#include <<a href="qtextcodec-h.html">ntqtextcodec.h</a>></tt> <p><a href="qtextencoder-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -49,18 +49,18 @@ The TQTextEncoder class provides a state-based encoder. <p> The encoder converts Unicode into another format, remembering any state that is required between calls. -<p> <p>See also <a href="qtextcodec.html#makeEncoder">TQTextCodec::makeEncoder</a>() and <a href="i18n.html">Internationalization with TQt</a>. +<p> <p>See also <a href="ntqtextcodec.html#makeEncoder">TQTextCodec::makeEncoder</a>() and <a href="i18n.html">Internationalization with TQt</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="~TQTextEncoder"></a>TQTextEncoder::~TQTextEncoder ()<tt> [virtual]</tt> </h3> Destroys the encoder. -<h3 class=fn><a href="qcstring.html">TQCString</a> <a name="fromUnicode"></a>TQTextEncoder::fromUnicode ( const <a href="qstring.html">TQString</a> & uc, int & lenInOut )<tt> [pure virtual]</tt> +<h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="fromUnicode"></a>TQTextEncoder::fromUnicode ( const <a href="ntqstring.html">TQString</a> & uc, int & lenInOut )<tt> [pure virtual]</tt> </h3> <p> Converts <em>lenInOut</em> characters (not bytes) from <em>uc</em>, producing -a <a href="qcstring.html">TQCString</a>. <em>lenInOut</em> will be set to the <a href="qcstring.html#length">length</a> of the result (in bytes). +a <a href="ntqcstring.html">TQCString</a>. <em>lenInOut</em> will be set to the <a href="ntqcstring.html#length">length</a> of the result (in bytes). <p> The encoder is free to record state to use when subsequent calls are made to this function (for example, it might change modes with escape sequences if needed during the encoding of one string, then |