texlive[47864] Build/source/texk/kpathsea: Revert. Since

commits+kakuto at tug.org commits+kakuto at tug.org
Tue May 29 08:08:34 CEST 2018


Revision: 47864
          http://tug.org/svn/texlive?view=revision&revision=47864
Author:   kakuto
Date:     2018-05-29 08:08:34 +0200 (Tue, 29 May 2018)
Log Message:
-----------
Revert. Since 'command_line_encoding=utf-8' is not so natural for pdfTeX

Modified Paths:
--------------
    trunk/Build/source/texk/kpathsea/ChangeLog
    trunk/Build/source/texk/kpathsea/kpsewhich.c

Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog	2018-05-29 00:23:33 UTC (rev 47863)
+++ trunk/Build/source/texk/kpathsea/ChangeLog	2018-05-29 06:08:34 UTC (rev 47864)
@@ -1,3 +1,8 @@
+2018-05-29  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
+
+	* kpsewhich.c: Revert. Since "command_line_encoding=utf8" is
+	not so natural for pdfTeX.
+
 2018-05-12  TANAKA Takuji  <ttk at t-lab.opal.ne.jp>
 
 	* kpsewhich.c: Allow Unicode file name for pdftex in kpsewhich.

Modified: trunk/Build/source/texk/kpathsea/kpsewhich.c
===================================================================
--- trunk/Build/source/texk/kpathsea/kpsewhich.c	2018-05-29 00:23:33 UTC (rev 47863)
+++ trunk/Build/source/texk/kpathsea/kpsewhich.c	2018-05-29 06:08:34 UTC (rev 47864)
@@ -773,7 +773,6 @@
 #ifdef WIN32
   if(strstr(kpse->program_name,"xetex") || strstr(kpse->program_name,"xelatex")
      || strstr(kpse->program_name,"uptex") || strstr(kpse->program_name,"uplatex")
-     || strstr(kpse->program_name,"pdftex")
      || strstr(kpse->program_name,"dvipdfm") || strstr(kpse->program_name,"extractbb")
      || strstr(kpse->program_name,"xbb") || strstr(kpse->program_name,"ebb")
      || strstr(kpse->program_name,"dvips") || strstr(kpse->program_name,"upmendex"))



More information about the tex-live-commits mailing list