Hi, i'm just a newbie with xml-rpc but yours is a common problem with
xml processing: no special characters, such as accented ones, can be
handled with xml without expressing them as entities.
I mean that the accented "a" should become "à" or "á"
depending on the kind of accent. Best is if you express them directly in
unicode (with a sequence "&#...;").
To do so simply pass your data throught JTidy (sarch google, Tidy is a
must for xml processing), configuring it to produce numerical entities.
Cheers,
Cristiano
- accented characters in XMLRPC arguments Dylan McNamee
- Re: accented characters in XMLRPC arguments Cristiano Fugazza
- Re: accented characters in XMLRPC arguments Tom Bradford
- Re: accented characters in XMLRPC arguments John Wilson
- Re: accented characters in XMLRPC arguments Gus Mueller
