Author |
Message |
Topic: Reading japanese character through MQ |
vinothkhannas
Replies: 49 Views: 40887
|
Forum: IBM MQ API Support Posted: Sat Aug 13, 2011 4:09 am Subject: Reading japanese character through MQ |
And UTF-8 doesn't display as hex. Ever.
Hey guess i've mistakenly given this. Concept is, i have the proper hex values, and in IE it turns out to be the following.
»ÄÅîÄ»
But the hex ... |
Topic: Reading japanese character through MQ |
vinothkhannas
Replies: 49 Views: 40887
|
Forum: IBM MQ API Support Posted: Sat Aug 13, 2011 12:00 am Subject: Reading japanese character through MQ |
Hi All,
Thanks for your replies. The sender had given me wrong values and i took old value for comparison.
So the scenario now is am getting the same hex values which the sender is using. The CCS ... |
Topic: Reading japanese character through MQ |
vinothkhannas
Replies: 49 Views: 40887
|
Forum: IBM MQ API Support Posted: Thu Aug 11, 2011 9:14 am Subject: Reading japanese character through MQ |
Hi All,
I just discovered that the byte content varies between queue and at my end. What i mean is, i took the entire byte content from queue using queue commands and other one is i read all the by ... |
Topic: Reading japanese character through MQ |
vinothkhannas
Replies: 49 Views: 40887
|
Forum: IBM MQ API Support Posted: Thu Aug 11, 2011 7:55 am Subject: Reading japanese character through MQ |
You will need to use a utility that displays the message in HEX as well as character. Post here the HEX. Posting little boxes doesn't help us help you.[/quote]
トウキョ ... |
Topic: Reading japanese character through MQ |
vinothkhannas
Replies: 49 Views: 40887
|
Forum: IBM MQ API Support Posted: Thu Aug 11, 2011 7:26 am Subject: Reading japanese character through MQ |
But i convert this into CCSID 500 using .NET to read the string and in these the english characters are displayed properly other than japanese values.
Accepting I don't know .NET as well as I shoul ... |
Topic: Reading japanese character through MQ |
vinothkhannas
Replies: 49 Views: 40887
|
Forum: IBM MQ API Support Posted: Thu Aug 11, 2011 7:21 am Subject: Reading japanese character through MQ |
Hi Jeff & Victor,
I was not able to convince the senders to use any other encoding since mainframes uses 500 by default.
I was trying to do some analysis and below is what i've found.
1) S ... |
Topic: Reading japanese character through MQ |
vinothkhannas
Replies: 49 Views: 40887
|
Forum: IBM MQ API Support Posted: Wed Aug 10, 2011 8:00 am Subject: Reading japanese character through MQ |
Vitor,
Yes, the hex values at my end match that of mainframe japanese values at the queue.
But i convert this into CCSID 500 using .NET to read the string and in these the english characters are dis ... |
Topic: Reading japanese character through MQ |
vinothkhannas
Replies: 49 Views: 40887
|
Forum: IBM MQ API Support Posted: Wed Aug 10, 2011 7:58 am Subject: Reading japanese character through MQ |
Hi Jeff,
Let me tel the senders to use CCSID 1200 or 1208 and i'll check on that. |
Topic: Reading japanese character through MQ |
vinothkhannas
Replies: 49 Views: 40887
|
Forum: IBM MQ API Support Posted: Wed Aug 10, 2011 7:47 am Subject: Reading japanese character through MQ |
Hi Jeff,
I checked with amqsbcg and the hex values in my queue are correct. And i used CCSID of 500 (input is done with CCSID 500) and tried converting the values but after conversion the content cha ... |
Topic: Reading japanese character through MQ |
vinothkhannas
Replies: 49 Views: 40887
|
Forum: IBM MQ API Support Posted: Tue Aug 09, 2011 9:12 am Subject: Reading japanese character through MQ |
Hex values corresponds to japanese values at mainframe end.
The mainframe team puts the message in a particular queue and it routes to my queue. I read from my queue. We checked the hex values at mai ... |
Topic: Reading japanese character through MQ |
vinothkhannas
Replies: 49 Views: 40887
|
Forum: IBM MQ API Support Posted: Tue Aug 09, 2011 8:48 am Subject: Reading japanese character through MQ |
Hi Jeff & Victor,
Thanks for your replies. But after the request is put, we checked the hex values in Queue and it corresponds to japanese values. But when i read the values at my end, the hex ... |
Topic: Reading japanese character through MQ |
vinothkhannas
Replies: 49 Views: 40887
|
Forum: IBM MQ API Support Posted: Tue Aug 09, 2011 8:25 am Subject: Reading japanese character through MQ |
Hi Jeff,
Am trying to do MQGET. The CCSID and Encoding are the values which another team is setting and putting the message. So am trying to use the same value and trying to read, but its displayin ... |
Topic: Reading japanese character through MQ |
vinothkhannas
Replies: 49 Views: 40887
|
Forum: IBM MQ API Support Posted: Tue Aug 09, 2011 8:05 am Subject: Reading japanese character through MQ |
Hi All,
Iam trying to read japanese characters through .NET amqmdnet.dll. Input is from a mainframe system and when am reading, the japanese characters are displayed as junk values, like "áï ... |