You don't need to have character entities in the XML. XML parsers should handle Unicode characters in the document just fine. The encoding="UTF-8" signals the encoding of the XML to all XML parsers. On the web you will need to set the Content-Type correctly; including the charset if possible is a good idea.