gbranden pushed a commit to branch master
in repository groff.
commit 789214b7929337355dac366c8ddd33f7167413ef
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+
+ * doc/ms.ms: Define appropriate hyphen-minus mapping on 'cp1047'
+ output device.
+
2023-01-26 G. Branden Robinson <[email protected]>
* 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
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit