17 Mar
2003
17 Mar
'03
6:02 p.m.
[Ed Colmar]
So you are using the illegal characters in your strings, and want to preserve them?
I really don't need to, most of my data is just users being cute.
So far I've found that these characters are off limits:
" ' <
&
Anyone found any others?
With xml-rpc you are talking xml, so of the control characters below SPACE, only 9 (TAB), 10 (NL), and 13 (CR) are allowed. Cheers, Tom P