diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-08-10 22:12:44 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-08-10 22:12:44 +0000 |
commit | c3329497cf03380460e875bcbd65f8966ac55ce4 (patch) | |
tree | 0062a092ace2b3b4a42f755e24c6d2c36b3655c7 /TODO | |
parent | e1cba00943f4950e66e450c47d4a66b21b313834 (diff) | |
download | mandoc-c3329497cf03380460e875bcbd65f8966ac55ce4.tar.gz |
handle the non-portable GNU-style \[charNN], \[charNNN] character
escape sequences, used for example in the groff_char(7) manual page
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -40,9 +40,10 @@ are mere guesses, and some may be wrong. - \*(.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) |