This topic documents the functions for getting and setting the process coded character set identifier (CCSID) for an application.
For information about how to use these functions, see Coded character set identifiers.
Function | Description |
---|---|
xmsGetClientCCSID | Get the process CCSID for the application. |
xmsSetClientCCSID | Set the process CCSID for the application. |
xmsRC xmsSetClientCCSID(xmsINT ccsid, xmsHErrorBlock errorBlock);
Set the process CCSID for the application.
Named constant | CCSID |
---|---|
XMSC_CCSID_UTF8 | The UTF-8 representation of Unicode data |
XMSC_CCSID_UTF16 | The UTF-16 representation of Unicode data |
XMSC_CCSID_UTF32 | The UTF-32 representation of Unicode data |