texlive[70941] Master/texmf-dist/web2c/texmf.cnf: texmf.cnf: set

commits+kakuto at tug.org commits+kakuto at tug.org
Sun Apr 14 05:17:44 CEST 2024


Revision: 70941
          https://tug.org/svn/texlive?view=revision&revision=70941
Author:   kakuto
Date:     2024-04-14 05:17:44 +0200 (Sun, 14 Apr 2024)
Log Message:
-----------
texmf.cnf: set command_line_encoding = none for ptex, eptex, platex and platex-dev.

Modified Paths:
--------------
    trunk/Master/texmf-dist/web2c/texmf.cnf

Modified: trunk/Master/texmf-dist/web2c/texmf.cnf
===================================================================
--- trunk/Master/texmf-dist/web2c/texmf.cnf	2024-04-13 23:44:04 UTC (rev 70940)
+++ trunk/Master/texmf-dist/web2c/texmf.cnf	2024-04-14 03:17:44 UTC (rev 70941)
@@ -941,3 +941,11 @@
 % command_line_encoding = none
 % in a texmf.cnf prefered, for example $TEXMFLOCAL/web2c/texmf.cnf.
 command_line_encoding = utf-8
+
+% From TeX Live 2024, the engine for ptex, eptex, platex, and
+% platex-dev is euptex. Therefore the function should be switched off
+% for ptex, eptex, platex and platex-dev.
+command_line_encoding.ptex = none
+command_line_encoding.eptex = none
+command_line_encoding.platex = none
+command_line_encoding.platex-dev = none



More information about the tex-live-commits mailing list.