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


Groups > gnu.groff.bug > #1813

[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-13 04:51 -0400
Message-ID <mailman.148.1586767912.3066.bug-groff@gnu.org> (permalink)
References (1 earlier) <20200412-220343.sv108747.17736@savannah.gnu.org> <20200412-221316.sv108747.84108@savannah.gnu.org> <20200413-021329.sv93188.98398@savannah.gnu.org> <20200413-083610.sv108747.38378@savannah.gnu.org> <20200413-085148.sv108747.29962@savannah.gnu.org>

Show all headers | View raw


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

Here's some more stuff that works for me.


$ GROFF_RUNTIME="${GROFF_BIN_PATH=.}:" ./nroff -V
PATH=/usr/local/bin:/home/branden/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/games:/usr/games
groff -Tlatin1 -mtty-char
$ GROFF_RUNTIME="${GROFF_BIN_PATH=.}:" ./nroff /tmp/sister.ascii
A møøse once bið my sisþer...
$ GROFF_RUNTIME="${GROFF_BIN_PATH=.}:" ./nroff /tmp/sister.latin1
A møøse once bið my sisþer...
$ locale
LANG=C
LANGUAGE=
LC_CTYPE="is_IS.ISO-8859-1"
LC_NUMERIC="is_IS.ISO-8859-1"
LC_TIME="is_IS.ISO-8859-1"
LC_COLLATE="is_IS.ISO-8859-1"
LC_MONETARY="is_IS.ISO-8859-1"
LC_MESSAGES="is_IS.ISO-8859-1"
LC_PAPER="is_IS.ISO-8859-1"
LC_NAME="is_IS.ISO-8859-1"
LC_ADDRESS="is_IS.ISO-8859-1"
LC_TELEPHONE="is_IS.ISO-8859-1"
LC_MEASUREMENT="is_IS.ISO-8859-1"
LC_IDENTIFICATION="is_IS.ISO-8859-1"
LC_ALL=is_IS.ISO-8859-1


I'm attaching the input files as exhibits.  One is ASCII-encoded and uses
groff character escapes; the other is encoded in ISO 8859-1.

(file #48826, file #48827)
    _______________________________________________________

Additional Item Attachment:

File name: sister.ascii                   Size:0 KB
    <https://savannah.gnu.org/file/sister.ascii?file_id=48826>

File name: sister.latin1                  Size:0 KB
    <https://savannah.gnu.org/file/sister.latin1?file_id=48827>



    _______________________________________________________

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-13 04:51 -0400

csiph-web