Consistently treat character escape sequences as operators,
authorschwarze <schwarze@openbsd.org>
Fri, 23 Jun 2017 22:59:27 +0000 (22:59 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 23 Jun 2017 22:59:27 +0000 (22:59 +0000)
commit005cddddb051646ac36b5f3baf515aac8304fd59
tree4d2d49879727331508ed1d795284b8533a60237f
parent26deb957d6b1c923c724d4a216ad1648dbc5f475
Consistently treat character escape sequences as operators,
not as letters, even if their names contain letters.

This is certainly not perfect, but code to recognize that \(*a is
not an operator but a letter would need a huge table, or Unicode
character property support, which won't happen at this time.
usr.bin/mandoc/eqn_html.c