gbranden pushed a commit to branch master
in repository groff.

commit 61724f96c1341f9e6d3f993a79b9d6fd1a9910fd
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Aug 25 15:49:21 2024 -0500

    [grotty]: Map `ad` special char to `"` on "ascii".
    
    * font/devascii/R.proto: Map `ad` (dieresis accent) special charcter as
      yet another alias of `"` on the ASCII output device.
---
 ChangeLog             | 5 +++++
 font/devascii/R.proto | 1 +
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index c42f92647..3b026197d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-08-25  G. Branden Robinson <[email protected]>
+
+       * font/devascii/R.proto: Map `ad` (dieresis accent) special
+       charcter as yet another alias of `"` on the ASCII output device.
+
 2024-08-23  G. Branden Robinson <[email protected]>
 
        * src/roff/troff/input.cpp (chop_macro): Clarify diagnostic.
diff --git a/font/devascii/R.proto b/font/devascii/R.proto
index bb1f9009b..3d2abf7bc 100644
--- a/font/devascii/R.proto
+++ b/font/devascii/R.proto
@@ -39,6 +39,7 @@ charset
 dq     "
 lq     "
 rq     "
+ad     "
 #      24      0       0043
 sh     "
 $      24      0       0044

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to