TIBCO Adapter SDK C++ Reference
|
The SDK makes a copy of the char. If the source string contains fewer characters than specified by the character class, then NULL characters are used for padding.
Parameters | Description |
char const c | Character to be interpreted with the specified encoding type. The character code and the encoding type together determine the actual character. |
char const * type = NULL | Encoding type for the data passed in (not the target type). Default is M_ASCII. See the MChar class description for a list of some of the most commonly used types that are supported. |
MChar(char const c, char const * type = NULL);