groff-commit
[Top][All Lists]
Advanced

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

[groff] 09/13: tmac/fallbacks.tmac: Add U+02C6, U+02DC fallbacks.


From: G. Branden Robinson
Subject: [groff] 09/13: tmac/fallbacks.tmac: Add U+02C6, U+02DC fallbacks.
Date: Wed, 27 Apr 2022 15:39:22 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit b79abbe83d6f9e72f4d38dad4f55526ac2ee5a70
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Apr 28 00:36:59 2022 +1000

    tmac/fallbacks.tmac: Add U+02C6, U+02DC fallbacks.
    
    * tmac/fallbacks.tmac: Add fallbacks for U+02C6 MODIFIER LETTER
      CIRCUMFLEX ACCENT and U+02DC SMALL TILDE to Basic Latin characters.
---
 ChangeLog            | 6 ++++++
 man/groff_char.7.man | 5 -----
 tmac/fallbacks.tmac  | 6 +++++-
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5d2886a6..58ce7b9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-04-27  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/fallbacks.tmac: Add fallbacks for U+02C6 MODIFIER LETTER
+       CIRCUMFLEX ACCENT and U+02DC SMALL TILDE to Basic Latin
+       characters.
+
 2022-04-27  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [tests]: Fix portability problem.  Don't pass echo(1) arguments
diff --git a/man/groff_char.7.man b/man/groff_char.7.man
index 8b4e0522..8b9af318 100644
--- a/man/groff_char.7.man
+++ b/man/groff_char.7.man
@@ -347,9 +347,6 @@ be the case on more-capable devices.
 .
 Review your document using as many different output devices as possible.
 .
-.\" XXX: move these to tty.tmac instead?
-.fchar \[u02C6] ^
-.fchar \[u02DC] ~
 .TS
 center box;
 L L L.
@@ -363,8 +360,6 @@ _
 \[ga]  \[oq] opening single quote      \f[CR]\[rs](ga\f[] grave accent
 \[ti]  \[u02DC] modifier tilde \f[CR]\[rs](ti\f[] tilde
 .TE
-.fchar \[u02C6]
-.fchar \[u02DC]
 .
 .
 .P
diff --git a/tmac/fallbacks.tmac b/tmac/fallbacks.tmac
index 28d40f73..9c2b5129 100644
--- a/tmac/fallbacks.tmac
+++ b/tmac/fallbacks.tmac
@@ -7,7 +7,11 @@
 .do nr *groff_fallbacks_tmac_C \n[.cp]
 .cp 0
 .
-.\" fall back to GREEK CAPITAL LETTER DELTA for INCREMENT
+.\" MODIFIER LETTER CIRCUMFLEX ACCENT -> CIRCUMFLEX ACCENT
+.fchar \[u02C6] ^
+.\" SMALL TILDE -> TILDE
+.fchar \[u02DC] ~
+.\" INCREMENT -> GREEK CAPITAL LETTER DELTA
 .fchar \[u2206] \[u0394]
 .
 .



reply via email to

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