diff options
Diffstat (limited to 'src/codecs/qtextcodec.cpp')
-rw-r--r-- | src/codecs/qtextcodec.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/codecs/qtextcodec.cpp b/src/codecs/qtextcodec.cpp index e982f4b56..c08d465fa 100644 --- a/src/codecs/qtextcodec.cpp +++ b/src/codecs/qtextcodec.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: @@ -325,7 +325,7 @@ TQString TQTextStatelessDecoder::toUnicode(const char* chars, int len) documentation\endlink for more details. 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 TQTextStream, and under X11, for the locale-specific character input and output. @@ -352,9 +352,9 @@ TQString TQTextStatelessDecoder::toUnicode(const char* chars, int len) TQTextDecoder* makeDecoder() const \endcode Return a TQTextDecoder that remembers incomplete multi-byte sequence - prefixes or other retquired state. + prefixes or other required state. - If the encoding does \e not retquire state, you should implement: + If the encoding does \e not require state, you should implement: \code TQString toUnicode(const char* chars, int len) const @@ -1166,7 +1166,7 @@ bool TQTextCodec::canEncode( const TQString& s ) const \ingroup i18n The encoder converts Unicode into another format, remembering any - state that is retquired between calls. + state that is required between calls. \sa TQTextCodec::makeEncoder() */ @@ -1198,7 +1198,7 @@ TQTextEncoder::~TQTextEncoder() \ingroup i18n The decoder converts a text format into Unicode, remembering any - state that is retquired between calls. + state that is required between calls. \sa TQTextCodec::makeEncoder() */ |