bug-groff
[Top][All Lists]
Advanced

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

[bug #51397] [PATCH] tty.tmac: Add characters \[la] and \[ra]


From: G. Branden Robinson
Subject: [bug #51397] [PATCH] tty.tmac: Add characters \[la] and \[ra]
Date: Sun, 22 Oct 2017 04:07:57 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #2, bug #51397 (project groff):

Hi Bjarni,

Are you sure this isn't a problem with your terminal emulator or installed
fonts for the window system?

I can get left and right angle brackets easily with a UTF-8 environment on an
xterm.

$ cat lara.man 
.TH foobar 1 x y z
.SH NAME
foobar \- bar for foo
.SH DESCRIPTION
\[la]place description here\[ra]

<pre>
$ MANWIDTH=80 man -l -Tutf8 ./lara.man 
foobar(1)                              z                            
foobar(1)



NAME
       foobar - bar for foo

DESCRIPTION
       ⟨place description here⟩



y                                      x                            
foobar(1)
</pre>

It also degrades to ASCII for more primitive environments.

<pre>
$ MANWIDTH=80 man -l -Tascii ./lara.man 
foobar(1)                              z                            
foobar(1)



NAME
       foobar - bar for foo

DESCRIPTION
       &lt;place description here&gt;



y                                      x                            
foobar(1)
</pre>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51397>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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