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: …
0
votes
Netbeans unicode problems
NetBeans FAQ: How do I set or modify the character encoding for a project?
(Right click project, change the enco …
