groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: * tmac/tty.tmac: Fix mapping of \[bu] character for -Tutf


From: Werner LEMBERG
Subject: [groff] 01/01: * tmac/tty.tmac: Fix mapping of \[bu] character for -Tutf8.
Date: Wed, 17 Jun 2015 17:47:33 +0000

wl pushed a commit to branch master
in repository groff.

commit e7ea3e1106e0745ff252808e30d13a81478402eb
Author: Werner Lemberg <address@hidden>
Date:   Wed Jun 17 19:47:20 2015 +0200

    * tmac/tty.tmac: Fix mapping of \[bu] character for -Tutf8.
    
    Problem reported by address@hidden
---
 ChangeLog     |   29 ++++++++++++++++-------------
 tmac/tty.tmac |   11 ++++++-----
 2 files changed, 22 insertions(+), 18 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index eec3b97..21f597f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,17 @@
+2015-06-17  Werner LEMBERG  <address@hidden>
+
+       * tmac/tty.tmac: Fix mapping of \[bu] character for -Tutf8.
+
+       Problem reported by address@hidden
+
 2015-06-15  Deri James  <address@hidden>
 
-    pdfmom should use $RT_SEP as path separator.
-        
-    * src/devices/gropdf/gropdf.am:
-               
-      Use @RT_SEP@ as path separator.
-                         
-    * src/devices/gropdf/pdfmom.pl:
-                                 
-      As above but also fix typo in regex for grep.
+       pdfmom should use $RT_SEP as path separator.
+
+       * src/devices/gropdf/gropdf.am: Use @RT_SEP@ as path separator.
+
+       * src/devices/gropdf/pdfmom.pl: As above but also fix typo in regex
+       for grep.
 
 2015-05-08  Eli Zaretskii  <address@hidden>
 
@@ -68,7 +71,7 @@
        Fix Savannah bug #44891.
 
        * src/devices/gropdf/gropdf.pl: If module Compress::Zlib is not
-       available fallback to producing uncompressed PDF and output a
+       available fall back to producing uncompressed PDF and output a
        warning.
 
 2015-04-22  Bjarni Ingi Gislason  <address@hidden>
@@ -158,13 +161,13 @@
 
        * src/devices/gropdf/gropdf.pl: Was not handling the final glyph
        correctly in the "standard" fonts which are not embedded. They
-       actually have 257 glyphs (0-256) not 256 as I'd assumed, so the 
-       remappiing code needs to be applied for them as well as the 
+       actually have 257 glyphs (0-256) not 256 as I'd assumed, so the
+       remappiing code needs to be applied for them as well as the
        embedded downloadable fonts.
 
 2015-03-11  Deri James  <address@hidden>
 
-       * src/devices/gropdf/gropdf.pl: Fix problem remappiing 
+       * src/devices/gropdf/gropdf.pl: Fix problem remappiing
        ellipsis (affects all glyphs > 255).
 
 2015-03-07  Werner LEMBERG  <address@hidden>
diff --git a/tmac/tty.tmac b/tmac/tty.tmac
index 1bf7204..86232da 100644
--- a/tmac/tty.tmac
+++ b/tmac/tty.tmac
@@ -13,11 +13,12 @@
 .
 .po 0
 .
-.ie c\[pc] \
-.  tr \[bu]\[pc]
-.el \
-.  if c\[md] \
-.    tr \[bu]\[md]
+.if !'\*[.T]'utf8' \
+.  ie c\[pc] \
+.    tr \[bu]\[pc]
+.  el \
+.    if c\[md] \
+.      tr \[bu]\[md]
 .
 .fchar \[bu] \z+o
 .fchar \[14] 1/4



reply via email to

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