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: Ingo Schwarze
Subject: [bug #51397] [PATCH] tty.tmac: Add characters \[la] and \[ra]
Date: Sun, 22 Oct 2017 10:39:35 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; OpenBSD amd64; rv:56.0) Gecko/20100101 Firefox/56.0

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

Please just close the ticket as invalid.

These two character escapes are already defined for all terminal devices:

- for ascii, in font/devascii/R.proto
- for EBCDIC, in font/devcp1047/R.proto
- for UTF-8, in src/libs/libgroff/glyphuni.cpp

Bjarni himself already answered your question in comment #1 and said there is
nothing to fix.

address@hidden $ cat angle.roff                                              

start \[la]enclosed\[ra] end
address@hidden $ groff -Tascii angle.roff | head -n 1
start <enclosed> end
address@hidden $ groff -Tutf8 angle.roff | head -n 1  
start ⟨enclosed⟩ end
address@hidden $ groff -man -Tascii angle.roff | head -n 1
start <enclosed> end
address@hidden $ groff -man -Tutf8 angle.roff | head -n 1  
start ⟨enclosed⟩ end
address@hidden $ groff -mdoc -Tascii angle.roff | head -n 1
start <enclosed> end
address@hidden $ groff -mdoc -Tutf8 angle.roff | head -n 1  
start ⟨enclosed⟩ end
address@hidden $ nroff -Tascii angle.roff | head -n 1
start <enclosed> end
address@hidden $ nroff -Tutf8 angle.roff | head -n 1  
start ⟨enclosed⟩ end
address@hidden $ pkg_info | grep groff
groff-1.22.3p8      GNU troff typesetter
address@hidden $ uname -a
OpenBSD isnote.usta.de 6.2 GENERIC.MP#123 amd64


    _______________________________________________________

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]