texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: tp/tests/run_parser_all.sh: set LANGUAGE to C.UTF


From: Patrice Dumas
Subject: branch master updated: tp/tests/run_parser_all.sh: set LANGUAGE to C.UTF-8 for reproducible messages
Date: Tue, 22 Feb 2022 17:34:11 -0500

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 483b01a237 tp/tests/run_parser_all.sh: set LANGUAGE to C.UTF-8 for 
reproducible messages
483b01a237 is described below

commit 483b01a2378643b8f213b89c72e994a499d7a762
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Feb 22 23:33:25 2022 +0100

    tp/tests/run_parser_all.sh: set LANGUAGE to C.UTF-8 for reproducible 
messages
---
 tp/TODO                    | 4 ++++
 tp/tests/run_parser_all.sh | 1 +
 2 files changed, 5 insertions(+)

diff --git a/tp/TODO b/tp/TODO
index fa0891b387..9143ff6a06 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -9,6 +9,10 @@ This is the todo list for texi2any
 export XML_CATALOG_FILES=~/src/texinfo/tp/maintain/catalog.xml
 xmllint --nonet --noout --valid commands.xml
 
+Test with 8bit locale:
+export LANG=fr_FR; export LANGUAGE=fr_FR; export LC_ALL=fr_FR
+xterm &
+
 
 Before next release
 ===================
diff --git a/tp/tests/run_parser_all.sh b/tp/tests/run_parser_all.sh
index 932dcc6d7b..289ccf7c64 100755
--- a/tp/tests/run_parser_all.sh
+++ b/tp/tests/run_parser_all.sh
@@ -117,6 +117,7 @@ post_process_output ()
 }
 
 LC_ALL=C.UTF-8; export LC_ALL
+LANGUAGE=C.UTF-8; export LANGUAGE
 
 prepended_command=
 #prepended_command=time



reply via email to

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