in reply to Regex to encode entities in XML
should preserve the hi-bit characters without making XML::Simple barf, right? (It seems to work correctly with pmchat).$xml=uri_escape($xml,"\x80-\xff");
Update: Duh, right: HTML entities != HTTP Escaped characters.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Unescaped entities in XML
by epoptai (Curate) on Jun 11, 2001 at 06:02 UTC |