diff options
Diffstat (limited to 'doc/html/qtextcodec.html')
-rw-r--r-- | doc/html/qtextcodec.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qtextcodec.html b/doc/html/qtextcodec.html index b23455321..c9d9f04e7 100644 --- a/doc/html/qtextcodec.html +++ b/doc/html/qtextcodec.html @@ -196,7 +196,7 @@ ones. as a plugin; see the <a href="plugins-howto.html">plugin documentation</a> for more details. <p> The abstract virtual functions describe the encoder to the -system and the coder is used as retquired in the different +system and the coder is used as required in the different text file formats supported by <a href="qtextstream.html">TQTextStream</a>, and under X11, for the locale-specific character input and output. <p> To add support for another 8-bit encoding to TQt, make a subclass @@ -220,8 +220,8 @@ bytes. For such encodings, you must implement: </pre> Return a <a href="qtextdecoder.html">TQTextDecoder</a> that remembers incomplete multi-byte sequence -prefixes or other retquired state. -<p> If the encoding does <em>not</em> retquire state, you should implement: +prefixes or other required state. +<p> If the encoding does <em>not</em> require state, you should implement: <p> <pre> <a href="qstring.html">TQString</a> toUnicode(const char* chars, int len) const </pre> |