2
votes
2answers
2k views
Convert a UTF-8 string to/from 7-bit XML in PHP
How can UTF-8 strings (i.e. 8-bit string) be converted to/from XML-compatible 7-bit strings (i.e. printable ASCII with numeric entities)?
i.e. an encode() function such that: …
