libtdepim

TQUtf7Codec Class Reference

#include <qutf7codec.h>

Inheritance diagram for TQUtf7Codec:
TQStrictUtf7Codec

Public Member Functions

int mibEnum () const
 
const char * name () const
 
const char * mimeName () const
 
TQTextDecoder * makeDecoder () const
 
TQTextEncoder * makeEncoder () const
 
bool canEncode (TQChar) const
 
bool canEncode (const TQString &) const
 
int heuristicContentMatch (const char *chars, int len) const
 

Detailed Description

A TQTextCodec for the UTF-7 transformation of Unicode.

This is a TQTextCodec for the UTF-7 transformation of Unicode, described in RFC2152.

Use it as you would use any other TQTextCodec. 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 TQString.

Author
Marc Mutz mutz@.nosp@m.kde..nosp@m.org

Definition at line 48 of file qutf7codec.h.


The documentation for this class was generated from the following files: