Author |
Message
|
sasad |
Posted: Tue Jun 14, 2016 3:49 am Post subject: Chinese Characters not appearing in MQ Queue with CCSID 819 |
|
|
Acolyte
Joined: 30 Apr 2014 Posts: 67
|
Hi everyone,
We are doing integration with one of our Chinese client through MQ.
They are writing message on Queue which contains Chinese Characters.
They are using Java application and CCSID 819 to write message.
But when we receive that message on our Queue, Chinese characters does not appear properly.
We tried writing with CCSID 1028 and it worked fine.
We asked our client to change CCSID from 819 to 1028 while writing to MQ Queue. But they denied and they are asking any proof / guideline to use 1028.
We are using IB v.9 and MQ 7.5.0.1
Can anyone please guide on this.
thanks in advance.[/img] |
|
Back to top |
|
 |
joebuckeye |
Posted: Tue Jun 14, 2016 4:09 am Post subject: |
|
|
 Partisan
Joined: 24 Aug 2007 Posts: 365 Location: Columbus, OH
|
Does CCSID 819 support Chinese characters?
It is up to the creator/writer of the data to use a CCSID value that supports the data they are sending to you. |
|
Back to top |
|
 |
timber |
Posted: Tue Jun 14, 2016 2:24 pm Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
|
Back to top |
|
 |
sasad |
Posted: Wed Jun 15, 2016 1:59 am Post subject: |
|
|
Acolyte
Joined: 30 Apr 2014 Posts: 67
|
joebuckeye wrote: |
Does CCSID 819 support Chinese characters?
It is up to the creator/writer of the data to use a CCSID value that supports the data they are sending to you. |
I have searched internet and found that CCSID 819 is identical for Latin.
https://en.wikipedia.org/wiki/Code_page |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jun 15, 2016 4:39 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sasad wrote: |
I have searched internet and found that CCSID 819 is identical for Latin. |
And when I was at school, the Latin alphabet didn't contain Chinese characters. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
rekarm01 |
Posted: Thu Jun 16, 2016 12:09 am Post subject: Re: Chinese Characters not appearing in MQ Queue with CCSID |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
sasad wrote: |
We tried writing with CCSID 1028 and it worked fine. |
Or maybe that was CCSID 1208 (utf-8)? |
|
Back to top |
|
 |
|