jangidipramod / android-xmlrpc

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

Special Character #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by valentin...@gmail.com on 21 Mar 2012 at 3:02

GoogleCodeExporter commented 9 years ago
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. 

Original comment by sebastie...@gmail.com on 23 Mar 2012 at 2:33

GoogleCodeExporter commented 9 years ago
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?

Original comment by force...@gmail.com on 5 Jun 2012 at 11:05