Hi,
I am writing a new Java application using MQ native API calls that gets XML data from a queue. Before I can run the XML through my SAX parser I need to convert the Diacritic data to standard ASCII. When I run my application in client mode the conversion works correctly, but when I run in bind mode the values for the diacritics come in incorrectly. For example Á has a hex value of c1 (this is correct) and translates to A. This is the result I get in client mode. This same XML in bind mode gets Ô instead of Á and has the hex value d4.
Has anyone ever had to deal with this issue and do they know if its just a setting I need to change on my get? Any help would be great. We would like to run in bind mode.
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