diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /src/codecs/qtextcodec.cpp | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
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() */ |