From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/html/qtextcodec.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qtextcodec.html') 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 plugin documentation 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.

To add support for another 8-bit encoding to TQt, make a subclass @@ -220,8 +220,8 @@ bytes. For such encodings, you must implement: Return a TQTextDecoder that remembers incomplete multi-byte sequence -prefixes or other retquired state. -

If the encoding does not retquire state, you should implement: +prefixes or other required state. +

If the encoding does not require state, you should implement:

     TQString toUnicode(const char* chars, int len) const
     
-- cgit v1.2.3