readme

来自「将rft格式文件转换成html格式文件」· 代码 · 共 16 行

TXT
16
字号
standard-names is a list of all the standard character names recognized bythis distribution.  For every name xxx, a macro for rtfSC_xxx is createdas a macro defining the standard code number for the name.  In order thatthe macro values correspond exactly to the ordering of the names instandard-names, standard-names is processed here to produce the #define'sautomatically that are added to rtf.h.stdcharnames.h is used in $(LIBSRC)/charset.c as the contents of a arraycontaining a string for each standard name.  This too must correspondexactly to the ordering in standard-names, because the rtfSC_xxx valuesare assumed to be the same as the position of the names in the array.Thus stdcharnames.h is also produced from standard-names.This means that to add new standard names, you edit standard-names and runmake again in this directory to recreate rtf.h and stdcharnames.h.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?