Posted: Mon Dec 12, 2011 5:46 am Post subject: Re: French/Greek charachters Conversion error
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
nak1984 wrote:
Please advise as to how we can display the French/Greek characters properly.
Have your JMS application use a code page that supports French/Greek characters?
Ensure the queue manager conversion from 1208 to a ASCII code page that contains French/Greek characters is configured correctly?
Disable WMQ's conversion of the message and do it entirely within JMS?
Other and possibly better solutions are undoubtably available. I urge you check the actual byte values of the message on the queue to ensure they're what you think they should be, and also to examine the actual byte values within your application to ensure they're really wrong rather than them being the correct values and whatever's displaying them is just putting ? characters & misleading you.
I also recommended the many threads in this forum on code page conversion. Problems like yours are common and been the subject of much discussion you may find useful. _________________ Honesty is the best policy.
Insanity is the best defence.
But remember that UTF-8 can include 2 byte and 3 byte characters.
NO
The right thing to do is to set CCSID 1208 on the connection factory.
You don't have to worry about the CCSID of the incoming message as you are requesting the information in CCSID 1208.
Now all you need are the relevant transformation tables to 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