<div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 28 Feb 2023 at 22:39, Karl Berry <<a href="mailto:karl@freefriends.org" target="_blank">karl@freefriends.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">    Compiling this document with pdflatex:<br>
<br>
This is a question for Thanh (cc'd). Thanh? My guess is that it is a<br>
side effect of the pdftexspace and/or other changes made, but that's<br>
just a guess. --thanks, karl.<br>
<br></blockquote><div><br></div><div>Yes, it's caused by the recent changes w.r.t. inter-word space. When </div><div>\pdfinterwordspaceon is active, pdftex will look at the (external) </div><div>encoding of fonts during page content output to see if there is </div><div>a real space char in that font (and use it if available). So some enc files</div><div>might be loaded earlier than it used to be.</div><div><br></div><div>Regards,</div><div>Thanh</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Date: Tue, 28 Feb 2023 10:52:11 +0100<br>
From: Ulrike Fischer <<a href="mailto:news3@nililand.de" target="_blank">news3@nililand.de</a>><br>
To:  <<a href="mailto:tex-live@tug.org" target="_blank">tex-live@tug.org</a>><br>
Subject: [pretest] pdftex: reference to encoding files moved in the log<br>
<br>
Compiling this document with pdflatex:<br>
<br>
\documentclass{article}<br>
<br>
\usepackage[T1]{fontenc}<br>
\begin{document}<br>
blub<br>
\end{document}<br>
<br>
<br>
gives with tl2022 at the end of the log-file<br>
<br>
~~~~<br>
 34i,5n,38p,161b,107s stack positions out of<br>
10000i,1000n,20000p,200000b,200000s<br>
{c:/texlive/2022/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc}<c:/texl<br>
ive/2022/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb><br>
~~~~<br>
<br>
With tl2023 the reference to the encoding file moved up to the place<br>
after loading the pdftex-map:<br>
<br>
~~~~<br>
 [1<br>
<br>
{c:/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{c:/texlive/2023/ <br>
texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc}]<br>
(./test-utf8.aux) <br>
~~~~<br>
<br>
Is that change intentional? (I found it because some tests with<br>
l3build broke suddenly, so if this change stays we will have to<br>
adapt l3build).<br>
<br>
<br>
<br>
-- <br>
Ulrike Fischer <br>
<a href="http://www.troubleshooting-tex.de/" rel="noreferrer" target="_blank">http://www.troubleshooting-tex.de/</a><br>
</blockquote></div></div>