CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/05/16 12:49:00
Modified files:
regress/usr.bin/mandoc/char/unicode: ascii.in ascii.out_ascii
ascii.out_html
ascii.out_utf8 nogroff.in
nogroff.out_ascii
nogroff.out_html
nogroff.out_utf8
Log message:
Add a complete suite of tests covering ASCII characters in UTF-8 spelling.
Most of this goes to nogroff.in rather than ascii.in for now
because groff-1.23.0 is buggy as hell in this respect
and i'm too lazy to debug the horrific function make_glyph_node()
in the file groff/src/roff/troff/node.cpp right now.