texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Improve check_need_command_line_unicode comment


From: Patrice Dumas
Subject: branch master updated: Improve check_need_command_line_unicode comment
Date: Mon, 24 Oct 2022 16:18:42 -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 574e9480db Improve check_need_command_line_unicode comment
574e9480db is described below

commit 574e9480db24209ce280c0a62cfbb05362c649d5
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Oct 24 22:18:23 2022 +0200

    Improve check_need_command_line_unicode comment
---
 tp/tests/run_parser_all.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tp/tests/run_parser_all.sh b/tp/tests/run_parser_all.sh
index b9e62a5a26..bd2cbac1f3 100755
--- a/tp/tests/run_parser_all.sh
+++ b/tp/tests/run_parser_all.sh
@@ -22,7 +22,9 @@ check_need_recoded_file_names ()
 # using UTF-8 to encode those characters in the source files.
 # Shell on Windows may consider those characters to be
 # encoded in the current codeset, passing them incorrectly to
-# the programs.
+# the programs, and even if the shell passed them unchanged, native
+# Windows perl in most cases cannot cope with non-ASCII arguments
+# encoded in a different encoding than the current user codepage.
 check_need_command_line_unicode ()
 {
   if echo "$remaining" | grep 'Need command-line unicode' >/dev/null; then



reply via email to

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