j_rymbei
New User
Joined: 22 Aug 2006 Posts: 17 Location: India Kolkata
|
|
|
|
hi,
I've an xml data which contains some special characters like Japanese/French character 'Pyrénées' or 漢字仮名交じり文. I've to push the xml in MQ series queue. Then, an AIX script will run which will get the data from MQ series and create PDFs.
Is there any way we can control the encoding as 'UNICODE' while downloading from MQ queue or pushing into queue.
If there is any other way, please let me.
I've tried to manually save the xmls with UNICODE encoding in notepad, I am able to open the XML in IE, but in real production scenario everything will be done through MQ series.
Kindly advice |
|
Garry Carroll
Senior Member
Joined: 08 May 2006 Posts: 1205 Location: Dublin, Ireland
|
|
|
|
Quote: |
Is there any way we can control the encoding as 'UNICODE' while downloading from MQ queue or pushing into queue.
|
MQ takes the message data in whatever way you MQPUT it on the queue. When you issue MQGET (download is incorrect terminology) , the data remains with its encoding unless you specify MQGMO_CONVERT.
Garry. |
|