character

Unicode Code Point for Command Key Combinations

Hi. Can someone please tell me how to determine the unicode character point of a multi-key combination that includes the "command" key? For example, if a user presses the "command" key and "1" key on the keyboard at the same time, what is the unicode character representation for that? Maybe I'm searching on the wrong thing, but I am not...

Delphi, IXMLDOMDocument2, Load fails due to invalid character

Using Delphi 2009 and IXMLDOMDocument2 I receive "An invalid character was found in text content" error when loading XML into IXMLDOMDocument2. The character is 1B (in Hex) and is present within a CDATA section. Microsoft's XML viewer (IE) loads the file just fine. The XML looks like... <data><child><![CDATA[-- ]]></child></data> NOTE...