2 * RTF ANSI character set (\ansi) Symbol font map
4 * Field 1 is the standard character name which the character value in
5 * field 2 maps onto. (It doesn't mean "to produce the character in field 1,
6 * use the value in field 2.)
8 * The character value may be given either as a single character (which will be
9 * converted to the ASCII value of the character), or in numeric format, either
10 * in decimal or 0xyy as hex yy. Single or double quotes may be used to quote
18 rtfSC_nobrkhyphen
,0x1e,
19 rtfSC_opthyphen
,0x1f,
23 rtfSC_mathnumbersign
,'#',
24 rtfSC_existential
,'$',
29 rtfSC_parenright
,')',
30 rtfSC_mathasterisk
,'*',
78 rtfSC_bracketleft
,'[',
79 rtfSC_backslash
,'\\',
80 rtfSC_bracketright
,']',
81 rtfSC_asciicircum
,'^',
82 rtfSC_underscore
,'_',
108 rtfSC_braceleft
,'{',
110 rtfSC_braceright
,'}',