Hello,
I want to use Apache XML-RPC to send
and receive international string by
using UTF-8
My code:
XmlRpc.setEncoding("UTF-8");
XmlRpcClient proxy = new
XmlRpcClient("http://chopin.cpe.ku.ac.th:8000");
Vector params = new Vector();
params.addElement("ทดสอบ");
System.out.println((String)proxy.execute("echo",
params));
My server is python xmlrpclib and
I use Apache XML-RPC ( cvs trunk )
as client.
This system works correctly with English string
but for Thai string, it doesn't work.
What should I do?
Thank you,
Vee Satayamas
My Weblog: http://www.exteen.com/veer
My Homepage: http://vee.pompoko35.com/
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com