Special special chars in XML Response
Matthias Korn <[email protected]> Mon, 17 Sep 2007 13:28:49 +0200
| Newsgroups | gmane.comp.php.xml-rpc |
|---|---|
| Organization | ProMeta - InfotraX GmbH |
| Message-ID | <[email protected]> |
Hi, I have an encoding problem of some sort. The data (strings) I'm sending=20 through xmlresp contains some really nasty characters (e.g. =E2=80=A2 =E2= =80=9E =E2=80=9C =E2=80=A6) and=20 breaks the XML parser on the client side. Most of the characters get=20 automatically converted to their corresponding XML entities by you=20 library, but not those listed above. How can I convert them so that my XML parser doesn't break? (I can=20 verify it's broken in Internet Explorer, which probably uses the same=20 parser) Best regards, Matthias Korn