groff-commit
[Top][All Lists]
Advanced

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

[groff] 28/28: tmac/tty.tmac: Give non-Unicode glyphs fallback.


From: G. Branden Robinson
Subject: [groff] 28/28: tmac/tty.tmac: Give non-Unicode glyphs fallback.
Date: Tue, 1 Sep 2020 07:43:12 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit b5a230a81d0eb97a1e0e057e3e7ab1b3338107df
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Sep 1 20:06:01 2020 +1000

    tmac/tty.tmac: Give non-Unicode glyphs fallback.
    
    * tmac/tty.tmac: Define fallback glyphs for Bell Systems logo
      (non-breaking adjustable space) and radical extension and square root
      extension (both non-printing input breaks) to suppress warnings from
      groff_char(7).  As none of these are encoded in Unicode it seems
      unlikely they will become supported soon.
---
 ChangeLog     | 8 ++++++++
 tmac/tty.tmac | 3 +++
 2 files changed, 11 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 7adc5e5..4d69e4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-09-01  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/tty.tmac: Define fallback glyphs for Bell Systems logo
+       {non-breaking adjustable space} and radical extension and square
+       root extension (both non-printing input breaks) to suppress
+       warnings from groff_char(7).  As none of these are encoded in
+       Unicode it seems unlikely they will become supported soon.
+
 2020-08-30  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * src/roff/troff/troff.1.man (Options) <-I>: The current working
diff --git a/tmac/tty.tmac b/tmac/tty.tmac
index 9dcdba4..a82d390 100644
--- a/tmac/tty.tmac
+++ b/tmac/tty.tmac
@@ -64,6 +64,9 @@
 .fchar \[.i] i
 .fchar \[.j] j
 .fchar \[bq] ,
+.fchar \[bs] \~
+.fchar \[radicalex] \&
+.fchar \[sqrtex] \&
 .
 .if '\*[.T]'utf8' \
 .  mso unicode.tmac



reply via email to

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