[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Fix DOC_ENCODING_FOR_*_FILE_NAME comment, report
From: |
Patrice Dumas |
Subject: |
branch master updated: Fix DOC_ENCODING_FOR_*_FILE_NAME comment, report from Gavin |
Date: |
Fri, 04 Mar 2022 02:19:34 -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 2b17f70cd5 Fix DOC_ENCODING_FOR_*_FILE_NAME comment, report from Gavin
2b17f70cd5 is described below
commit 2b17f70cd5859166a0b24bdbba6797a18cd2888f
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Mar 4 08:19:04 2022 +0100
Fix DOC_ENCODING_FOR_*_FILE_NAME comment, report from Gavin
---
tp/Texinfo/Common.pm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 5cfff7e0b8..c3479ef573 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -108,8 +108,9 @@ my %default_parser_common_customization = (
'DEBUG' => 0, # if >= 10, tree is printed in texi2any.pl after parsing.
# If >= 100 tree is printed every line.
'FORMAT_MENU' => 'menu', # if not 'menu' no menu error related.
- 'DOC_ENCODING_FOR_INPUT_FILE_NAME' => 1, # if set, use
LOCALE_INPUT_FILE_NAME_ENCODING
- # for input file name encoding
+ 'DOC_ENCODING_FOR_INPUT_FILE_NAME' => 1, # if true use the document
encoding for input
+ # file names encoding, else use
+ # LOCALE_INPUT_FILE_NAME_ENCODING
);
# Customization variables obeyed only by the parser, and the default values.
@@ -256,10 +257,12 @@ our %default_converter_customization = (
'DEBUG' => 0,
'TEST' => 0,
'TEXTCONTENT_COMMENT', => undef, # in textcontent format
- 'DOC_ENCODING_FOR_INPUT_FILE_NAME' => 1, # if set, use
LOCALE_INPUT_FILE_NAME_ENCODING
- # for input file name encoding
- 'DOC_ENCODING_FOR_OUTPUT_FILE_NAME' => 0, # if set, use
LOCALE_OUTPUT_FILE_NAME_ENCODING
- # for output file name encoding
+ 'DOC_ENCODING_FOR_INPUT_FILE_NAME' => 1, # if true use the document
encoding for input
+ # file names encoding, else use
+ # LOCALE_INPUT_FILE_NAME_ENCODING
+ 'DOC_ENCODING_FOR_OUTPUT_FILE_NAME' => 0, # if true use the document
encoding for input
+ # file names encoding, else use
+ # LOCALE_OUTPUT_FILE_NAME_ENCODING
);
# Some are for all converters, EXTENSION for instance, some for
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Fix DOC_ENCODING_FOR_*_FILE_NAME comment, report from Gavin,
Patrice Dumas <=