Re: encoding problem

Stefan Haustein <[email protected]> Sun, 07 Dec 2003 21:37:54 +0100
Newsgroups gmane.comp.java.enhydra.ksoap
Organization University of Dortmund
Message-ID <[email protected]>
Marc Logemann wrote:

> With Siemens its different. They dont support UTF-8, thats what someone from siemens developer portal told
> me and someone else added, it can UTF-8 but not the characters i need (sounds crazy though). In any way,
> i take it as "UTF-8 not supported". Here you can fiddle with readUTF method of some IO class. I havent
> tried it yet.

Hi Marc,

one thing you could try is to use the XML &#1234; style encoding for the 
special characters if you can influence the server side... I cannot 
imagine that a Siemens phone does not support German umlauts. I would 
tend to assume that they support unicode, but not utf8 decoding...

Best,
Stefan