Versit Class Reference

class Versit

Provides Versit-specific encoding and character set identifiers.

Nested Classes and Structures

Member Enumerations Documentation

Enum TVersitCharSet

Versit-specific character set identifiers. These are used in the Versit API to represent foreign (non-Unicode) character sets for vCard and vCalendar properties.

Enumerators

EUnknownCharSet

Unknown character set.

EUSAsciiCharSet

ASCII (7-bit).

EUTF8CharSet

UTF-8 Unicode transformation format.

EUTF7CharSet

UTF-7 Unicode transformation format.

EISO88591CharSet

ISO 8859-1 (8-bit).

EISO88592CharSet

ISO 8859-2 (8-bit).

EISO88594CharSet

ISO 8859-4 (8-bit).

EISO88595CharSet

ISO 8859-5 (8-bit).

EISO88597CharSet

ISO 8859-7 (8-bit).

EISO88599CharSet

ISO 8859-9 (8-bit).

EISO88593CharSet

ISO 8859-3 (8-bit).

EISO885910CharSet

ISO 8859-10 (8-bit).

EGB231280CharSet

GB 2312.

EGBKCharSet

GBK.

EBIG5CharSet

Big 5.

EISO2022JPCharSet

ISO-2022-JP.

EEUCJPCharSet

EUC-JP.

EShiftJISCharSet

Shift JIS.

EJISCharSet

JIS.

EFirstCharSet = EUSAsciiCharSet

Must be first character set.

ELastCharSet = EJISCharSet

Must be last character set.

Enum TVersitEncoding

Versit-specific encoding identifiers.

Enumerators

ENoEncoding

No encoding.

EQuotedPrintableEncoding

Quoted Printable encoding.

EBase64Encoding

Base 64 encoding.

EEightBitEncoding

Eight bit encoding.