texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Sun, 29 May 2022 08:09:57 -0400 (EDT)

branch: master
commit 098edb3fa14e528fc75c177e9d6020e5843062f3
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun May 29 13:09:47 2022 +0100

    Rename DATA_INPUT_ENCODING_NAME to COMMAND_LINE_ENCODING.
    
    * NEWS, doc/texinfo.texi: Do the needful.
---
 ChangeLog        |  6 ++++++
 NEWS             |  2 +-
 doc/texinfo.texi | 13 ++++++++-----
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9f600e3b0e..091a2840dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-05-29  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       Rename DATA_INPUT_ENCODING_NAME to COMMAND_LINE_ENCODING.
+
+       * NEWS, doc/texinfo.texi: Do the needful.
+
 2022-05-29  Gavin Smith  <gavinsmith0123@gmail.com>
 
        Rename DATA_INPUT_ENCODING_NAME to COMMAND_LINE_ENCODING.
diff --git a/NEWS b/NEWS
index 3804c0bde2..d9c049f3fd 100644
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,7 @@ See the manual for detailed information.
  . new customization variables involved with character encoding:
      LOCALE_OUTPUT_ENCODING_NAME, LOCALE_INPUT_FILE_NAME_ENCODING,
      LOCALE_OUTPUT_FILE_NAME_ENCODING, DOC_ENCODING_FOR_INPUT_FILE_NAME,
-     DOC_ENCODING_FOR_OUTPUT_FILE_NAME and DATA_INPUT_ENCODING_NAME.
+     DOC_ENCODING_FOR_OUTPUT_FILE_NAME and COMMAND_LINE_ENCODING.
  . IGNORE_BEFORE_SETFILENAME variable removed.  former effect
    is always on.
  . new variable NO_TOP_NODE_OUTPUT
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 018fb3c975..e1ca4e6876 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -16731,15 +16731,18 @@ to a quote character if @option{--enable-encoding} is 
set and the output
 encoding includes that character.
 The default for Info is the same as @code{OPEN_QUOTE_SYMBOL} (see below).
 
+@item COMMAND_LINE_ENCODING
+Encoding used to decode command-line arguments.  Default is based on the locale
+encoding.  This may affect file names inserted into output files or error
+messages printed by the program.
+
+Note that some file and directory names from the command line may
+not be decoded immediately, and may not be decoded at all.
+
 @item CPP_LINE_DIRECTIVES
 Recognize @code{#line} directives in a ``preprocessing'' pass
 (@pxref{External Macro Processors}); on by default.
 
-@item DATA_INPUT_ENCODING_NAME
-Encoding used to decode command line arguments.  Default is based on the locale
-encoding.  Note that some file and directory names from the command line may
-not be decoded immediately, and may not be decoded at all.
-
 @item DEBUG
 If set, debugging output is generated; default is off (zero).
 @c The integer value specifies what kinds of debugging output are



reply via email to

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