Re: decoding to UTF-8

2010-08-26 Thread Tim-Christian Mundt
_getServiceClient().getOptions(); options.setProperty(Constants.Configuration.CHARACTER_SET_ENCODING,"UTF-8"); regards Anish - Original Message - From: "Tim-Christian Mundt" To: Sent: Tuesday, August 24, 2010 3:10 PM Subject: decoding to UTF-8 Hi, I'm using axis via

decoding to UTF-8

2010-08-24 Thread Tim-Christian Mundt
Hi, I'm using axis via the alfresco web services and have the problem that I don't get UTF-8 encoded text back from the service. For instance when I make a call and receive a response which contains "Łódź" I finally get "?ód?" in my Java program (console, file, whatever output). Doing the sam