aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit6c7d511b36987f427b5b3ecfb3dfeb2ba4f577f4 (patch)
treec2005062a30bcc908935020e52c33b95ee0b1cbb /TODO
parentbbc9692176a7890be65fe472b75bbb307fcf0b62 (diff)
downloadmandoc-6c7d511b36987f427b5b3ecfb3dfeb2ba4f577f4.tar.gz
mandoc-6c7d511b36987f427b5b3ecfb3dfeb2ba4f577f4.tar.zst
mandoc-6c7d511b36987f427b5b3ecfb3dfeb2ba4f577f4.zip
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--TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO b/TODO
index fc1d3ad7..f318351b 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.260 2018/08/10 20:40:45 schwarze Exp $
+* $Id: TODO,v 1.261 2018/08/10 22:12:44 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -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)