<P>
An <I>ID</I> is one of the following:
<MENU>
-<LI> Any string of alphabetic characters, underscores or
-digits, not beginning with a digit;
+<LI> Any string of alphabetic (<TT>[a-zA-Z\200-\377]</TT>) characters, underscores (<TT>'_'</TT>) or
+digits (<TT>[0-9]</TT>), not beginning with a digit;
<LI> a number [<tt>-</tt>]<sup>?</sup>(<tt>.</tt>[<tt>0</tt>-<tt>9</tt>]<sup>+</sup> | [<tt>0</tt>-<tt>9</tt>]<sup>+</sup>(<tt>.</tt>[<tt>0</tt>-<tt>9</tt>]<sup>*</sup>)<sup>?</sup> );
<LI> any double-quoted string ("...") possibly containing escaped
-quotes (\");
+quotes (\")<SUP>1</SUP>;
<LI> an <A NAME=html>HTML string</A> (<...>).
</MENU>
Note that in HTML strings, angle
into a string, one can use the ascii sequence <TT>&beta;</TT>.
In general, one should only use entities that are allowed in the output
character set, and for which there is a glyph in the font.
+<HR>
+<OL TYPE="1">
+<LI> In quoted strings in DOT, the only escaped character is double-quote
+("). That is, in quoted strings, the dyad \" is converted to "; all other
+characters are left unchanged. In particular, \\ remains \\. Layout
+engines may apply additional escape sequences.
+</OL>
</BODY>
</HTML>
<P>
An <I>ID</I> is one of the following:
<MENU>
-<LI> Any string of alphabetic characters, underscores or
-digits, not beginning with a digit;
+<LI> Any string of alphabetic (<TT>[a-zA-Z\200-\377]</TT>) characters, underscores (<TT>'_'</TT>) or
+digits (<TT>[0-9]</TT>), not beginning with a digit;
<LI> a number [<tt>-</tt>]<sup>?</sup>(<tt>.</tt>[<tt>0</tt>-<tt>9</tt>]<sup>+</sup> | [<tt>0</tt>-<tt>9</tt>]<sup>+</sup>(<tt>.</tt>[<tt>0</tt>-<tt>9</tt>]<sup>*</sup>)<sup>?</sup> );
<LI> any double-quoted string ("...") possibly containing escaped
-quotes (\");
+quotes (\")<SUP>1</SUP>;
<LI> an <A NAME=html>HTML string</A> (<...>).
</MENU>
Note that in HTML strings, angle
into a string, one can use the ascii sequence <TT>&beta;</TT>.
In general, one should only use entities that are allowed in the output
character set, and for which there is a glyph in the font.
+<HR>
+<OL TYPE="1">
+<LI> In quoted strings in DOT, the only escaped character is double-quote
+("). That is, in quoted strings, the dyad \" is converted to "; all other
+characters are left unchanged. In particular, \\ remains \\. Layout
+engines may apply additional escape sequences.
+</OL>
</BODY>
</HTML>