class Versit |
Provides Versit-specific encoding and character set identifiers.
Public Member Enumerations | |
---|---|
enum | TVersitCharSet { EUnknownCharSet, EUSAsciiCharSet, EUTF8CharSet, EUTF7CharSet, EISO88591CharSet, EISO88592CharSet, EISO88594CharSet, EISO88595CharSet, EISO88597CharSet, EISO88599CharSet, EISO88593CharSet, EISO885910CharSet, EGB231280CharSet, EGBKCharSet, EBIG5CharSet, EISO2022JPCharSet, EEUCJPCharSet, EShiftJISCharSet, EJISCharSet, EFirstCharSet = EUSAsciiCharSet, ELastCharSet = EJISCharSet } |
enum | TVersitEncoding { ENoEncoding, EQuotedPrintableEncoding, EBase64Encoding, EEightBitEncoding } |
Versit-specific character set identifiers. These are used in the Versit API to represent foreign (non-Unicode) character sets for vCard and vCalendar properties.
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. |