gbranden pushed a commit to branch master
in repository groff.

commit 857a79b4d0d1fa0de8b346def9c94abb3ae1759e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Mar 21 12:08:33 2022 +1100

    [mdoc]: Stop remapping ` and ' on `utf8` device.
    
    * tmac/doc.tmac: Stop remapping ` and ' on `utf8` output device.  Aligns
      mdoc(7) with commit 697e6db7f, 19 October 2020 (for man(7)).
---
 ChangeLog     | 6 ++++++
 tmac/doc.tmac | 4 ----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bb6b619b..a55f8b5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-03-21  G. Branden Robinson <[email protected]>
+
+       * tmac/doc.tmac: Stop remapping ` and ' on `utf8` output device.
+       Aligns mdoc(7) with commit 697e6db7f, 19 October 2020 (for
+       man(7)).
+
 2022-03-21  G. Branden Robinson <[email protected]>
 
        * src/utils/afmtodit/afmtodit.pl: Fix bug introduced in commit
diff --git a/tmac/doc.tmac b/tmac/doc.tmac
index 24aa5395..93a0433a 100644
--- a/tmac/doc.tmac
+++ b/tmac/doc.tmac
@@ -6759,12 +6759,8 @@
 .\" cut and paste.
 .
 .if '\*[.T]'utf8' \{\
-.  rchar \- - ' `
-.
 .  char \- \N'45'
 .  char  - \N'45'
-.  char  ' \N'39'
-.  char  ` \N'96'
 .\}
 .
 .

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

Reply via email to