texinfo-commits
[Top][All Lists]
Advanced

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

master updated (4d815157e2 -> 32a1699d8d)


From: Patrice Dumas
Subject: master updated (4d815157e2 -> 32a1699d8d)
Date: Sun, 23 Oct 2022 16:46:28 -0400 (EDT)

pertusus pushed a change to branch master.

    from 4d815157e2 * tp/ext/epub3.pm (epub_setup): use / as file separator for 
INFO_JS_DIR, which is used both for HTML paths, requiring / and paths to files 
on the filesystem, for which / may not be native, but works for Unix and 
Windows paths.  Report from Eli Zaretskii.
     new 43154ca208 * configure.ac (HOST_IS_WINDOWS_VARIABLE), tp/defs.in: add 
variable set to yes if host is Windows.
     new c4951e6dcc * tp/tests/run_parser_all.sh, 
tp/maintain/copy_change_file_name_encoding.pl: consider that recoding of file 
name to Latin1 as needed by some tests is not reliable on Windows, as the 
non-ASCII character may be stored in the filesystem as an Unicode point using 
the current codepage to convert, and not the Latin1 encoding expected from the 
Perl code. Add comments to explain that.  Report from Eli Zaretskii.
     new 32a1699d8d * tp/tests/run_parser_all.sh 
(check_need_command_line_unicode), tp/tests/many_input_files/*non_ascii*.sh: 
skip tests needing UTF-8 encoded non-ASCII characters on the command line on 
Windows, as the shell may interpret those characters to be encoded in the 
current user codeset and pass them incorrectly to the programs. Report from Eli 
Zaretskii.


Summary of changes:
 ChangeLog                                          | 24 ++++++++++++++++++++++
 configure.ac                                       |  5 +++++
 tp/defs.in                                         |  1 +
 tp/maintain/copy_change_file_name_encoding.pl      |  6 ++++++
 tp/tests/formatting/list-of-tests                  | 10 ++++-----
 tp/tests/many_input_files/input_dir_non_ascii.sh   |  5 +++++
 .../many_input_files/output_dir_file_non_ascii.sh  |  5 +++++
 tp/tests/many_input_files/output_dir_non_ascii.sh  |  5 +++++
 .../tex_l2h_output_dir_non_ascii.sh                |  5 +++++
 .../tex_t4ht_output_dir_non_ascii.sh               |  5 +++++
 tp/tests/run_parser_all.sh                         | 24 ++++++++++++++++++++++
 11 files changed, 90 insertions(+), 5 deletions(-)



reply via email to

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