Hi,
I have a situation wherin I am firing MQ requests to a backend system to get some data. The data is a
string on the backend system 'Credit 1 [1000] '.
The MQ server uses character encoding ISO-8859-1.
However, when this data is read by a Websphere 5 environment, I get 'Credit 1 �1000! ' back.
The same when read by a Websphere 6 environment gives me 'Credit 1 000! '.
How do i resolve this? I have tried setting the 'client.encoding.override' to ISO-8859-1 / UTF-8 in the Websphere server.. But no success!!!