Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为含糊而道歉;我几乎不知道如何提出这个问题。
谁能告诉我代表另一个或多个字符的 3 个字符结构家族的名称?
我认为它们是在旧的 VT100 终端时代使用的。
我知道 C 支持他们。
它们被称为trigraph。还有两个字符代码称为有向图。
它们被称为三字母序列。例如??/映射到\. 在为 C 代码构建正则表达式类型的解析器时,您必须注意记住这一点。
??/
\