TIBCO Adapter SDK C++ Reference
|
MEncoding::M_ASCII - American Standard Code for Information Exchange (7 bit) MEncoding::M_LATIN1 - One of ISO's 8-bit single-byte coded graphic character sets for European languages. MEncoding::M_UTF8 - UTF-8. An ASCII-compatible multibyte Unicode and UCS encoding, used, for example by Java. MEncoding::M_UTF16BE - UTF16, big-endian. MEncoding::M_UTF16LE - UTF16, little-endian. MEncoding::M_JIS - Japanese Industrial Standard.
You can specify a specific bounded char class, such as char.5 to indicate a char of at most 5 elements. To do so, prespecify it as a custom Scalar object using the TIBCO Designer software.
class MChar : public MData;
MObject MData MChar