Hi There,
I am attempting to change the XML encoding for my XFire client. UTF-8 is
the default and I want to change it to ISO-8859-1.
Basically I want this:
<?xml version="1.0" encoding="UTF-8"?>
To look like this:
<?xml version="1.0" encoding="ISO-8859-1"?>
I tried the following in an output handler but no luck:
context.getCurrentMessage().setEncoding("ISO-8859-1");
Any and all suggestions most welcome.
Thanks for your help!
Dan
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________