KDE PIM / Developers / API Docs / libkdepim

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.

List of all members.

Public Member Functions


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: