gbranden pushed a commit to branch master
in repository groff.
commit b111f6f0867a07b4007e7a4d1b0cd9d9f19d9d82
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Nov 15 09:27:35 2025 -0600
src/libs/libgroff/glyphuni.cpp: Correct comment.
---
src/libs/libgroff/glyphuni.cpp | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/src/libs/libgroff/glyphuni.cpp b/src/libs/libgroff/glyphuni.cpp
index 8ae63a24a..ff143eefe 100644
--- a/src/libs/libgroff/glyphuni.cpp
+++ b/src/libs/libgroff/glyphuni.cpp
@@ -35,8 +35,15 @@ implement_ptable(glyph_to_unicode_map)
PTABLE(glyph_to_unicode_map) glyph_to_unicode_table;
-// The entries commented out in the table below can't be used in glyph
-// names.
+// The entries commented out in the table below aren't easily used in
+// glyph names. Getting at the names `[` and `]` would require use of
+// `\C`, and getting at `\` would require changing the escape character.
+//
+// Examples: \C'[' \C']'
+// .ec @
+// @[\]
+//
+// TODO: Uncomment them, then?
struct S {
const char *key;
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit