Hi,
I am currently working on sending an XML request to a server and it responds with an xml response. This request and response use ISO-8859-1 encoding. The xml request and response need to match for a particular tag. The Response i get, replaces some of the French text with <e9> characters, and the request that i send them has <c3><a9> as the characters which identify the French text. When i convert both to a string, they return the identical text, but the xml for both dont match because of the difference in the encoding text.
Can anyone tell me why that might be happening and how i can solve it?
Thanks,
Neet
I am currently working on sending an XML request to a server and it responds with an xml response. This request and response use ISO-8859-1 encoding. The xml request and response need to match for a particular tag. The Response i get, replaces some of the French text with <e9> characters, and the request that i send them has <c3><a9> as the characters which identify the French text. When i convert both to a string, they return the identical text, but the xml for both dont match because of the difference in the encoding text.
Can anyone tell me why that might be happening and how i can solve it?
Thanks,
Neet