You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Vincent <vi...@ip-media.fr> on 2010/12/03 17:21:04 UTC

force accented characters to be converted in numeric character reference

Hi,

I use xmlrpcclient library with a erlang server.
When I have some accented characters in my parameters the server don't 
execute the request.

When I use a php client, it work's. The php function encode every 
accented characters in the numeric character reference ( � => &#233;).

Can I force the same behavior with apache library?


Thank's in advence
Vincent