ramykort / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

Utf-8 encoding problem #92

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The ksoap library doesn't work if the default encoding is not UTF-8.
The transport class uses the xml serializer presuming that the default encoding 
is UTF-8 : 

xw.setOutput(bos, null); 
or
new String(<byte[]>);

Original issue reported on code.google.com by arutha0...@gmail.com on 21 Nov 2011 at 8:48

GoogleCodeExporter commented 8 years ago
What release are you using? If you are using 2.6.0... does it work with an 
older release like 2.5.8?

Original comment by mosa...@gmail.com on 21 Nov 2011 at 6:14

GoogleCodeExporter commented 8 years ago
I use the last release (2.6.0). 
I get the same problem with older release.

Original comment by arutha0...@gmail.com on 21 Nov 2011 at 6:21

GoogleCodeExporter commented 8 years ago
So what is the actual problem? Would you like to be able to set a different 
encoding? If so you could provide a patch and pull request to implement setting 
that...

Original comment by mosa...@gmail.com on 21 Nov 2011 at 6:53

GoogleCodeExporter commented 8 years ago
No response for long time. Closing

Original comment by mosa...@gmail.com on 10 Apr 2012 at 4:29