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.