28 #include "tqtextcodec.h"
30 #include <tdemacros.h>
32 #ifndef TQT_NO_TEXTCODEC
54 const char* name()
const;
55 const char* mimeName()
const;
57 TQTextDecoder* makeDecoder()
const;
58 TQTextEncoder* makeEncoder()
const;
60 bool canEncode( TQChar )
const;
61 bool canEncode(
const TQString& )
const;
63 int heuristicContentMatch(
const char* chars,
int len )
const;
88 const char* name()
const;
91 TQTextEncoder* makeEncoder()
const;
94 #endif // TQT_NO_TEXTCODEC
96 #endif // TQUTF7CODEC_H
This is a version of TQUtf7Codec, which should only be used in MIME transfer.
A TQTextCodec for the UTF-7 transformation of Unicode.