- Data type:
- xmsINT
- Property of:
- Connection, ConnectionFactory, Session, MessageProducer, and MessageConsumer
The identifier (CCSID) of the
coded character set, or code page, used by a connection, session, message
producer, or message consumer. This property is used in C and C++ only:
it is not required in .NET.
For further information, see Coded character set identifiers (CCSIDs).
The
following named constants are defined for certain Unicode CCSIDs and can be
used when setting the property:
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 |
Instead of a CCSID, the property can have one of the following
special values:
- XMSC_CCSID_PROCESS
- The object is using the code page identified by the process CCSID.
- XMSC_CCSID_HOST
- The object is using the code page identified by the CCSID that is derived
from the environment in which the application is running.
- XMSC_CCSID_NO_CONVERSION
- The character data in messages received by the object is not converted.
For more information about the property, including how
it is set, see Coded character set identifiers (CCSIDs).