Function
Get the character encoding header from a message.
tibems_status
tibemsMsg_GetEncoding( consttibemsMsg
message, const char** value );
CALL "tibemsMsg_GetEncoding" USING BY VALUE message, BY REFERENCE value, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
message
|
Get the character encoding from this message.
|
value
|
The function stores the character encoding in this location.
|
This call extends the JMS specification.
This encoding applies to all strings in message bodies (names and values), and properties (names and values). It does not apply to header names nor values. The functions tibemsBytesMsg_ReadUTF
and tibemsBytesMsg_WriteUTF
are exempt from message encoding settings.
Strings and Character Encodings
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |