bug-groff
[Top][All Lists]
Advanced

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

[bug #58165] test-suite: "nroff -V ..." fails for other devices than "as


From: G. Branden Robinson
Subject: [bug #58165] test-suite: "nroff -V ..." fails for other devices than "ascii"
Date: Sun, 12 Apr 2020 18:13:16 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

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

I took a guess at understanding your problem and cannot reproduce it.  Locale
detection is working as documented, as far as I can tell.


$ PATH=.:$PATH ./nroff -V -Tascii                                       
PATH=... groff -Tascii -mtty-char
$ PATH=.:$PATH ./nroff -V -Tlatin1                                      
PATH=... groff -Tlatin1 -mtty-char
$ PATH=.:$PATH ./nroff -V -Tcp1047                                      
PATH=... groff -Tcp1047 -mtty-char
$ PATH=.:$PATH ./nroff -V -Tutf8                                        
PATH=... groff -Tutf8 -mtty-char
$ PATH=.:$PATH ./nroff -V                                               
PATH=... groff -Tutf8 -mtty-char
$ LC_ALL=C PATH=.:$PATH ./nroff -V                                      
PATH=... groff -Tascii -mtty-char
$ LC_ALL=C.UTF-8 PATH=.:$PATH ./nroff -V                                
PATH=... groff -Tutf8 -mtty-char


I need you to specify exactly what your test case was to be able to do
anything about this.

Please attach the output of the "locale" command on your failing test
environment, the body of the (presumably altered) test script, and the output
it produces.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58165>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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