]> git.cameronkatri.com Git - mandoc.git/blobdiff - TODO
handle the non-portable GNU-style \[charNN], \[charNNN] character
[mandoc.git] / TODO
diff --git a/TODO b/TODO
index ef213c6af1fb3a69e55f6189246785af2ef4931e..f318351bf943f4283a66d515518f315fe23fe7dc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
 ************************************************************************
 * Official mandoc TODO.
-* $Id: TODO,v 1.259 2018/08/10 04:41:25 schwarze Exp $
+* $Id: TODO,v 1.261 2018/08/10 22:12:44 schwarze Exp $
 ************************************************************************
 
 Many issues are annotated for difficulty as follows:
@@ -38,14 +38,12 @@ are mere guesses, and some may be wrong.
 
 --- missing roff features ----------------------------------------------
 
-- .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)