Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.groff.bug > #1810

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

From "G. Branden Robinson" <INVALID.NOREPLY@gnu.org>
Newsgroups gnu.groff.bug
Subject [bug #58165] test-suite: "nroff -V ..." fails for other devices than "ascii"
Date 2020-04-12 18:13 -0400
Message-ID <mailman.127.1586729599.3066.bug-groff@gnu.org> (permalink)
References <20200412-203706.sv93188.8615@savannah.gnu.org> <20200412-220343.sv108747.17736@savannah.gnu.org> <20200412-221316.sv108747.84108@savannah.gnu.org>

Show all headers | View raw


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/

Back to gnu.groff.bug | Previous | Next | Find similar


Thread

[bug #58165] test-suite: "nroff -V ..." fails for other devices than "ascii" "G. Branden Robinson" <INVALID.NOREPLY@gnu.org> - 2020-04-12 18:13 -0400

csiph-web