|
3 |
edited tags
|
||
|
2 | added 2nd, slightly closer, attempt at a solution | ||
|
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
PHP's
Laboriously specifying types helps a little, but still returns XML-incompatible named entities, not numeric ones:
|
||||
|
1 |
|
||
Convert a UTF-8 string to/from 7-bit XML in PHPHow 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
PHP's
|
||||
