groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 32/33: doc/ms.ms: Fix character definition for EBCDIC.


From: G. Branden Robinson
Subject: [groff] 32/33: doc/ms.ms: Fix character definition for EBCDIC.
Date: Sun, 29 Jan 2023 19:35:32 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 789214b7929337355dac366c8ddd33f7167413ef
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Jan 29 17:54:09 2023 -0600

    doc/ms.ms: Fix character definition for EBCDIC.
    
    * doc/ms.ms: Define appropriate hyphen-minus mapping on 'cp1047' output
      device.
---
 ChangeLog | 5 +++++
 doc/ms.ms | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5a1fbc4b5..f6f5d5dc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-01-29  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * doc/ms.ms: Define appropriate hyphen-minus mapping on 'cp1047'
+       output device.
+
 2023-01-26  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * tmac/s.tmac (TE): Enable no-space mode after outputting the
diff --git a/doc/ms.ms b/doc/ms.ms
index fd91c711d..49ccb30a2 100644
--- a/doc/ms.ms
+++ b/doc/ms.ms
@@ -24,7 +24,8 @@
 .\}
 .\" This document doesn't require the minus sign (in Times) but we do
 .\" want a copy- and-pastable hyphen-minus.
-.char \- \N'45'
+.ie '\*[.T]'cp1047' .char \- \N'96'
+.el                 .char \- \N'45'
 .\" A very limited output device might not have a dagger glyph.
 .fchar \[dg] *
 .\".RP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]