Changeset 9407 for trunk/src/riched32/text_map.h
- Timestamp:
- Nov 13, 2002, 1:17:19 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/riched32/text_map.h
r3515 r9407 1 1 /* 2 2 * Output sequence map for rtf2text 3 * 3 * 4 4 * Field 1 is the standard character name. Field 2 is the output sequence 5 5 * to produce for that character. 6 * 6 * 7 7 * The output sequence is simply a string of characters. If it contains 8 8 * whitespace, it may be quoted. If it contains quotes, it may be quoted 9 9 * with a different quote character. 10 * 10 * 11 11 * characters in ASCII range (32-127 12 12 */
Note:
See TracChangeset
for help on using the changeset viewer.