QuotedPrintableCodec Class Reference

class QuotedPrintableCodec

This class is used for QuotedPrintable based decoding . This class provides a method for decoding

Public Member Functions
IMPORT_C TIntDecode(const TDesC8 &, TDes8 &)
TBool IsDigit(TChar)

Member Functions Documentation

Decode(const TDesC8 &, TDes8 &)

IMPORT_C TIntDecode(const TDesC8 &aSrcString,
TDes8 &aDestString
)[static]

Decode the string

Parameters

const TDesC8 & aSrcStringsource string
TDes8 & aDestStringDestination string

IsDigit(TChar)

TBool IsDigit(TCharaChar)[static]

Check for digit

Parameters

TChar aCharcharcter to be check