summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-08-10 22:12:44 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-08-10 22:12:44 +0000
commitc3329497cf03380460e875bcbd65f8966ac55ce4 (patch)
tree0062a092ace2b3b4a42f755e24c6d2c36b3655c7 /TODO
parente1cba00943f4950e66e450c47d4a66b21b313834 (diff)
downloadmandoc-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--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index 4d0c2190..c986d3c2 100644
--- a/TODO
+++ b/TODO
@@ -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)