Defined in header file: hzCodec.h

List of supported encodings

Enum definition:

enum    hzCoding
{

ENCODING_UNDEFINEDNo coding specified
ENCODING_UTF8Standard unicode
ENCODING_BASE64The windows-1252 char set (char/byte ratio of 1, assigned meanings to high end ASCII)
ENCODING_QPQuoted-printable encoding
ENCODING_INVALIDInvalid encoding

} ;