Try to pass the options when the jvm is invoked. -Dfile.encoding=ISO-8859-1
-----Original Message----- From: Kjetil Hustveit [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 9:01 AM To: [EMAIL PROTECTED] Subject: Character encoding woes How can one change the character encoding from UTF-8 to ISO-8859-1? I'm developing a small and simple webservice, and it's a bit annoying that I'm using more time figuring out how to change the character encoding than actually write the service, Unfortunately ISO-8859-1 output is a requirement for the project. Axis is nicely tucked into WebObjects, and I usually doesn't need to touch it directly. (So a nice tidy static method would be greatly appreciated.) Can someone give me a hint - please. Regards Kjetil Hustveit
