Issue 38 in android-xmlrpc: Special Character

20 views
Skip to first unread message

android...@googlecode.com

unread,
Mar 21, 2012, 11:02:56 AM3/21/12
to android-x...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 38 by valentin...@gmail.com: Special Character
http://code.google.com/p/android-xmlrpc/issues/detail?id=38

What steps will reproduce the problem?
1.Call a python method to write in the server db (postgresql) through an orm
2.As the method paramter use something like é or è or â the parameter is
the value to write)


What is the expected output? What do you see instead?
The python should return True but it returns false because it can't handle
the parameter.

If we try the same manipulation in a Java project (so no android) with the
apache library (http://ws.apache.org/xmlrpc/index.html). It works correctly.

What version of the product are you using? On what operating system?
The last version (r28)
OS: Android 2.3.3

Please provide any additional information below.



android...@googlecode.com

unread,
Mar 23, 2012, 10:34:33 AM3/23/12
to android-x...@googlegroups.com

Comment #1 on issue 38 by sebastie...@gmail.com: Special Character
http://code.google.com/p/android-xmlrpc/issues/detail?id=38

The problem is solved, I had to put the charset on entity of the post
method because the default charset is ISO-8859-1 and my server need UTF-8.


android...@googlecode.com

unread,
Jun 5, 2012, 7:05:12 AM6/5/12
to android-x...@googlegroups.com

Comment #2 on issue 38 by force...@gmail.com: Special Character
http://code.google.com/p/android-xmlrpc/issues/detail?id=38

I put the parameter (include Japanese strings like "あいうえお") and
execute method but it can't get the parameter in Android 2.3.7.
How do I solve this issue?

Reply all
Reply to author
Forward
0 new messages