Posted: Fri May 26, 2006 5:01 am Post subject: Trademark symbol problem
Newbie
Joined: 26 May 2006 Posts: 1
Hello All,
I have a WBI FP5 flow running on both UNIX and windows and converting EBCDIC fixed format CWF messages to ASCII XML messages. The problem that I am facing is in some of the messages I am receiving a trademark symbol ® in the EBCDIC message and when I convert it into ASCII XML it is being transformed into ®. Is there any way that I can remove this extra character.
I tried adding encoding='UTF-8' declaration in the output XML format. However the next problem is I am using an MRM XML so I am unable to add the encoding declaration also. Although when I add the declaration manually that extra  is not going. Can anybody help me with this problem.
We have a lot of problems with special characters (non-english ) many times. My recommendation is: set same codepage in message header and body, e.g when you use RFH2 header:
Code:
SET OutputRoot.MQRFH2.CodedCharSetId = 1208;
SET OutputRoot.XML.(XML.XmlDecl).(XML.Encoding) = 'UTF-8';
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