2 * Output sequence map for rtf2text
4 * Field 1 is the standard character name. Field 2 is the output sequence
5 * to produce for that character.
7 * The output sequence is simply a string of characters. If it contains
8 * whitespace, it may be quoted. If it contains quotes, it may be quoted
9 * with a different quote character.
11 * characters in ASCII range (32-127
117 "arrowdblboth" ,"<=>",
118 "arrowdblleft" ,"<=",
119 "arrowdblright" ,"=>",
126 "copyrightsans" ,"(c)",
138 "greaterequal" ,">=",
139 "guillemotleft" ,"<<",
140 "guillemotright" ,">>",
141 "guilsinglleft" ,"<",
142 "guilsinglright" ,">",
148 "mathnumbersign" ,"#",
160 "periodcentered" ,".",
162 "quotedblbase" ,",,",
163 "quotedblleft" ,"\"",
164 "quotedblright" ,"\"",
165 "quotesinglbase" ,",",
166 "registered" ,"reg.",
167 "registersans" ,"reg.",
168 "threequarters" ,"3/4",
171 "trademarksans" ,"(TM)"