libkdepim
QUtf7Codec Class Reference
#include <qutf7codec.h>
Inheritance diagram for QUtf7Codec:

Detailed Description
A QTextCodec for the UTF-7 transformation of Unicode.This is a QTextCodec for the UTF-7 transformation of Unicode, described in RFC2152.
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.
Definition at line 50 of file qutf7codec.h.
Public Member Functions | |
QUtf7Codec () | |
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 |
The documentation for this class was generated from the following files: