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.

schwarze@isnote $ cat angle.roff                                              

start \[la]enclosed\[ra] end
schwarze@isnote $ groff -Tascii angle.roff | head -n 1
start <enclosed> end
schwarze@isnote $ groff -Tutf8 angle.roff | head -n 1  
start ⟨enclosed⟩ end
schwarze@isnote $ groff -man -Tascii angle.roff | head -n 1
start <enclosed> end
schwarze@isnote $ groff -man -Tutf8 angle.roff | head -n 1  
start ⟨enclosed⟩ end
schwarze@isnote $ groff -mdoc -Tascii angle.roff | head -n 1
start <enclosed> end
schwarze@isnote $ groff -mdoc -Tutf8 angle.roff | head -n 1  
start ⟨enclosed⟩ end
schwarze@isnote $ nroff -Tascii angle.roff | head -n 1
start <enclosed> end
schwarze@isnote $ nroff -Tutf8 angle.roff | head -n 1  
start ⟨enclosed⟩ end
schwarze@isnote $ pkg_info | grep groff
groff-1.22.3p8      GNU troff typesetter
schwarze@isnote $ 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/


_______________________________________________
bug-groff mailing list
bug-groff@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-groff

Reply via email to