Author |
Message
|
jack12 |
Posted: Tue Jul 25, 2006 6:19 am Post subject: Sending Greek and German data to the same queue |
|
|
Novice
Joined: 08 Feb 2006 Posts: 11
|
Guys,
I tried to send German and Greek data in the same queue of MQ version 5.2. in windows 2000.
1. My default system language is Western European. Now the Greek data got corrupted in the put queue.
2. I have changed the default system language to Greek. This time some German special chars got corrupted.
Is there any way to send both the data in the same queue..or may be in different queue? It looks like MQ is taking the system default language code page to place the data in the put queue during the hex conversion.
Thanks. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Tue Jul 25, 2006 6:41 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
if you put data in codepage x (which is not the mq codepage) then you should also put the codepage x into the mqmd so everybody knows what data it is. _________________ Regards, Butcher |
|
Back to top |
|
 |
jack12 |
Posted: Wed Jul 26, 2006 11:52 pm Post subject: Sending Greek and German data to the same queue |
|
|
Novice
Joined: 08 Feb 2006 Posts: 11
|
I tried to pass the code page 813 for Greek in both CCSID and Accounting token string. But the Greek chars are corrupted in the put queue. Same case for the code page 1253.
If I change the default system language to Greek then the chars are looking ok. (But again this is causing the issue with German chars)
More over this issue is during putting the message in the Queue. After putting the message we are converting the message from ASCII code page to EBCIDIC code page..here no issue.
Thanks. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Thu Jul 27, 2006 1:34 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
is the content in the queue not what you expect? or is it maybe the browse / display program that you use that does not display correctly what is in the queue? _________________ Regards, Butcher |
|
Back to top |
|
 |
jack12 |
Posted: Fri Jul 28, 2006 12:01 am Post subject: Sending Greek and German data to the same queue |
|
|
Novice
Joined: 08 Feb 2006 Posts: 11
|
Yes. It is the content in the Queue. Not in the browser.
Thanks. |
|
Back to top |
|
 |
|