I&#39;m trying to find a way to use non-printable characters to delimit messages to avoid problems with escaping message delimiters.  However, I&#39;m having trouble representing any special characters in the patterndb.xml file.  Specifically, I&#39;d like to use characters like those found here: <a href="http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Character_entity_references_in_HTML">http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Character_entity_references_in_HTML</a> such as U+200C.  Trying to use the XML entity name, &amp;zwnj; results in an error: &quot;Entity name \&#39;zwnj\&#39; is not known.&quot;  Is there a place that lists what entities are allowed in the XML?<br>

<br>Thanks,<br><br>Martin<br>