Re: Error when passing special characters?
John Wilson <[email protected]> Sun, 3 Dec 2006 18:27:55 +0000
| Newsgroups | gmane.text.xml.rpc.specification |
|---|---|
| Message-ID | <[email protected]> |
On 3 Dec 2006, at 18:01, kahenraz wrote: > I'm trying to trouble shoot and error that I'm receiving when making a > client query: > > An error occurred - -32700:parse error. not well formed > > This occurs when special characters are sent like degrees ( ° ) and a > type writer apostrophe ( ' ). > > Is there a way to escape these characters? Is there a list is which > characters to escape? You are going to have to give us more information if we are going to able able to help you. What XML-RPC implementations are you using for the client and server? At a guess I would say that this is an encoding problem. The client is sending the message with one encoding and the server is using a different one. John Wilson The Wilson Partnership web http://www.wilson.co.uk blog http://eek.ook.org