=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.258 retrieving revision 1.261 diff -u -p -r1.258 -r1.261 --- mandoc/TODO 2018/08/06 14:16:30 1.258 +++ mandoc/TODO 2018/08/10 22:12:44 1.261 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.258 2018/08/06 14:16:30 schwarze Exp $ +* $Id: TODO,v 1.261 2018/08/10 22:12:44 schwarze Exp $ ************************************************************************ Many issues are annotated for difficulty as follows: @@ -38,17 +38,12 @@ are mere guesses, and some may be wrong. --- missing roff features ---------------------------------------------- -- .nop prints its arguments as text, - see groff(7) for an example - -- .ft CB selects constant-width bold font - see groff_out(7) for examples - - \*(.T prints the device being used, see groff_char(7) for an example - -- \[charNN], \[charNNN] prints a single-byte codepoint - see groff_char(7) for examples + This is slightly hard because -Tlocale only decides to use ascii or + utf8 when initializing the formatter, so the information is not + yet available to the preprocessor at the parsing stage. + loc ** exist ** algo * size * imp * - .ad (adjust margins) .ad l -- adjust left margin only (flush left)