texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/tests/many_input_files/tex_l2h_output_dir_no


From: Patrice Dumas
Subject: branch master updated: * tp/tests/many_input_files/tex_l2h_output_dir_non_ascii.sh, tests/many_input_files/tex_t4ht_output_dir_non_ascii.sh: Change LC_ALL and LANGUAGE from C.UTF-8 to en_US.UTF-8, Gavin idea.
Date: Mon, 30 May 2022 05:35:34 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new eec8e5ea9b * 
tp/tests/many_input_files/tex_l2h_output_dir_non_ascii.sh, 
tests/many_input_files/tex_t4ht_output_dir_non_ascii.sh: Change LC_ALL and 
LANGUAGE from C.UTF-8 to en_US.UTF-8, Gavin idea.
eec8e5ea9b is described below

commit eec8e5ea9b84c0fbc9b788b70e32cc3b3e17f486
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon May 30 11:34:52 2022 +0200

    * tp/tests/many_input_files/tex_l2h_output_dir_non_ascii.sh,
    tests/many_input_files/tex_t4ht_output_dir_non_ascii.sh:
    Change LC_ALL and LANGUAGE from C.UTF-8 to en_US.UTF-8,
    Gavin idea.
---
 ChangeLog                                                  | 7 +++++++
 tp/tests/many_input_files/tex_l2h_output_dir_non_ascii.sh  | 4 ++--
 tp/tests/many_input_files/tex_t4ht_output_dir_non_ascii.sh | 4 ++--
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 35e88e64d3..18a5b1eecc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-05-30  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/tests/many_input_files/tex_l2h_output_dir_non_ascii.sh,
+       tests/many_input_files/tex_t4ht_output_dir_non_ascii.sh:
+       Change LC_ALL and LANGUAGE from C.UTF-8 to en_US.UTF-8,
+       Gavin idea.
+
 2022-05-29  Gavin Smith  <gavinsmith0123@gmail.com>
 
        Rename LOCALE_OUTPUT_ENCODING_NAME to MESSAGE_ENCODING. 
diff --git a/tp/tests/many_input_files/tex_l2h_output_dir_non_ascii.sh 
b/tp/tests/many_input_files/tex_l2h_output_dir_non_ascii.sh
index f8cba01982..e14111765d 100755
--- a/tp/tests/many_input_files/tex_l2h_output_dir_non_ascii.sh
+++ b/tp/tests/many_input_files/tex_l2h_output_dir_non_ascii.sh
@@ -12,8 +12,8 @@
 #
 # Originally written by Patrice Dumas.
 
-LC_ALL=C.UTF-8; export LC_ALL
-LANGUAGE=C.UTF-8; export LANGUAGE
+LC_ALL=en_US.UTF-8; export LC_ALL
+LANGUAGE=en_US.UTF-8; export LANGUAGE
 
 if test "z$TEX_HTML_TESTS" != z'yes'; then
   echo "Skipping HTML TeX tests that are not easily reproducible ($0)"
diff --git a/tp/tests/many_input_files/tex_t4ht_output_dir_non_ascii.sh 
b/tp/tests/many_input_files/tex_t4ht_output_dir_non_ascii.sh
index 44649e109c..cf35208c70 100755
--- a/tp/tests/many_input_files/tex_t4ht_output_dir_non_ascii.sh
+++ b/tp/tests/many_input_files/tex_t4ht_output_dir_non_ascii.sh
@@ -1,7 +1,7 @@
 #! /bin/sh
 
-LC_ALL=C.UTF-8; export LC_ALL
-LANGUAGE=C.UTF-8; export LANGUAGE
+LC_ALL=en_US.UTF-8; export LC_ALL
+LANGUAGE=en_US.UTF-8; export LANGUAGE
 
 if test "z$TEX_HTML_TESTS" != z'yes'; then
   echo "Skipping HTML TeX tests that are not easily reproducible"



reply via email to

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