QUtf7Codec Class Reference
This is a QTextCodec for the UTF-7 transformation of Unicode, described in RFC2152. A QTextCodec for the UTF-7 transformation of Unicode. More...
#include <qutf7codec.h>
Inherits QTextCodec.
Inherited by QStrictUtf7Codec.
Public Member Functions
- int mibEnum () const
- const char * name () const
- const char * mimeName () const
- QTextDecoder * makeDecoder () const
- QTextEncoder * makeEncoder () const
- bool canEncode (QChar) const
- bool canEncode (const QString &) const
- int heuristicContentMatch (const char *chars, int len) const
Detailed Description
This is a QTextCodec for the UTF-7 transformation of Unicode, described in RFC2152. A QTextCodec for the UTF-7 transformation of Unicode.Use it as you would use any other QTextCodec. Only if you use the encoder directly (via makeEncoder), you should bear in mind that if your application needs the encoder to return to ASCII mode (like it's the case for RFC2047 mail header encoded words), you have to tell the encoder by requesting the encoding of a null QString.
- Author:
- Marc Mutz <mutz@kde.org>
The documentation for this class was generated from the following files:
- qutf7codec.h
- qutf7codec.cpp