summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2024-04-14 03:17:44 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2024-04-14 03:17:44 +0000
commit036e8b27d0fa9aa48078b198a46b5f93ff79d488 (patch)
tree2d67096b03c66930e1b686b07766f5aaf5ec9712 /Master
parent962c8a0f40d29afa66ac4d320ac2ca7ab9a8cf2c (diff)
texmf.cnf: set command_line_encoding = none for ptex, eptex, platex and platex-dev.
git-svn-id: svn://tug.org/texlive/trunk@70941 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/web2c/texmf.cnf8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/web2c/texmf.cnf b/Master/texmf-dist/web2c/texmf.cnf
index a3fa528268b..e3617310ab8 100644
--- a/Master/texmf-dist/web2c/texmf.cnf
+++ b/Master/texmf-dist/web2c/texmf.cnf
@@ -941,3 +941,11 @@ guess_input_kanji_encoding.mendex = 1
% 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