Posted: Wed Oct 22, 2003 9:48 am Post subject: Converting the "Registered trademark" character
Acolyte
Joined: 11 Oct 2001 Posts: 53
Hi All
On the broker I am receiving a MRM Msg from a COBOL application running on Mainframe -OS/390 system.
In one of the fields -X(254) ,the M/F is sending the "registered tardemark -R like @ " character (X"AF") inside the STRING.
The broker is on AIX - P-series system. It converts incoming MRM to XML.
In the outgoing XML tag the "registered tardemark " character is getting converted to "??".
Please advise ,on how to correct this problem. _________________ Regards
Pankaj
Joined: 24 Feb 2002 Posts: 160 Location: The Netherlands
It looks like a CCSID problem.
As the most used EBCDIC charsets has this character at x'AF', the CCSID on the message might be ok.
- For XML the CCSID of the out-going message should be either 1208 (UTF- or 1200 (UCS-2/UTF-16).
- Make sure the Convert option in the MQInput-node is unchecked.
- Make sure the Data Conversion attribute of the sender-channels is 'no'.
- Check for channel exits doing conversions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum