gbranden pushed a commit to branch master
in repository groff.
commit ac13de0e2a0926471e0b2d1153f7a4406a345650
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu May 15 16:12:42 2025 -0500
src/roff/troff/input.cpp: Drop annotation.
That bug is fixed.
See "src/roff/groff/tests/device-control-special-character-handling.sh"
for an illustration of the supported means of embedding general non-
ASCII characters in device extension commands.
---
src/roff/troff/input.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index 2c5a10edf..2eccad4e1 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -3054,8 +3054,6 @@ static int transparent_translate(int cc)
int c = ci->get_ascii_code();
if (c != '\0')
return c;
- // TODO: When Savannah #63074 is fixed, the user will have a way
- // to avoid this error.
error("cannot translate %1 to special character '%2' in"
" device-independent output", input_char_description(cc),
ci->nm.contents());
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit