texinfo-commits
[Top][All Lists]
Advanced

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

[6310] add comment to a test script re name of character encoding


From: Gavin D. Smith
Subject: [6310] add comment to a test script re name of character encoding
Date: Fri, 05 Jun 2015 15:37:17 +0000

Revision: 6310
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6310
Author:   gavin
Date:     2015-06-05 15:37:16 +0000 (Fri, 05 Jun 2015)
Log Message:
-----------
add comment to a test script re name of character encoding

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/t/adjust-anchors.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-06-04 11:47:45 UTC (rev 6309)
+++ trunk/ChangeLog     2015-06-05 15:37:16 UTC (rev 6310)
@@ -1,3 +1,8 @@
+2015-06-05  Gavin Smith  <address@hidden>
+
+       * info/t/adjust-anchors.sh: Add comment about name of character 
+       encoding.  Export LC_ALL instead of LANG.
+
 2015-06-04  Gavin Smith  <address@hidden>
 
        * info/pseudotty.c: Check for failure from "write" call.  Don't 

Modified: trunk/info/t/adjust-anchors.sh
===================================================================
--- trunk/info/t/adjust-anchors.sh      2015-06-04 11:47:45 UTC (rev 6309)
+++ trunk/info/t/adjust-anchors.sh      2015-06-05 15:37:16 UTC (rev 6310)
@@ -18,7 +18,11 @@
 . $srcdir/t/Init-test.inc
 . $t/Init-inter.inc
 
-LANG=en_US.iso8859-1; export LANG
+LC_ALL=en_US.ISO8859-1; export LC_ALL
+# "ISO8859-1" is what it's known as on NetBSD 5.1 (and not "iso-8859-1"
+# or any other variation), although this test is actually skipped on
+# that OS
+
 run_ginfo -f anchors
 
 # Go to anchor in a UTF-8 encoded file when the current character encoding is




reply via email to

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