<div dir="ltr"><div>i'll look, Seems that the textcase package is missing a case</div><div><br></div><div>this works but the commented out version using textcase gives the error you showed<br></div><div><br></div><div>\documentclass{article}<br><br>\usepackage{microtype}<br>%\usepackage{textcase}<br>%\DeclareRobustCommand{\spacedlowsmallcaps}[1]{\textls[80]{\scshape\MakeTextLowercase{#1}}}<br><br>\DeclareRobustCommand{\spacedlowsmallcaps}[1]{\textls[80]{\scshape\MakeLowercase{#1}}}<br><br>\begin{document}<br><br>\noindent\spacedlowsmallcaps{Universitì}:<br><br>%\noindent\spacedlowsmallcaps{Universit\'{a}}:<br><br>Hello!<br>\end{document}</div><div><br></div><div>David</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 10 Jul 2022 at 16:10, Angelo Graziosi via tex-live <<a href="mailto:tex-live@tug.org">tex-live@tug.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">I forward this here because I am not sure the issue depends on classicthesis package and I am not sure that the email address of Miede is still valid.<br>
<br>
Maybe someone here has better ideas.<br>
<br>
Thanks,<br>
 Angelo.<br>
<br>
<br>
> ---------- Messaggio originale ----------<br>
> Da: Angelo <br>
> A: "miede" <br>
> Data: 09/07/2022 18:05<br>
> Oggetto: A problem after today update<br>
> <br>
>  <br>
> After today TeXLive upgrade, this code (reduced from a more complex text) does not build anymore:<br>
> <br>
> ==================================<br>
> $ cat test-bug-20220709.tex<br>
> <br>
> \documentclass{article}<br>
> <br>
> \usepackage{classicthesis}<br>
> <br>
> \begin{document}<br>
> <br>
> %\noindent\spacedlowsmallcaps{Università}:<br>
> %\noindent\spacedlowsmallcaps{Universitè}:<br>
> %\noindent\spacedlowsmallcaps{Université}:<br>
> %\noindent\spacedlowsmallcaps{Universitò}:<br>
> %\noindent\spacedlowsmallcaps{Universitù}:<br>
> \noindent\spacedlowsmallcaps{Universitì}:<br>
> <br>
> %\noindent\spacedlowsmallcaps{Universit\'{a}}:<br>
> <br>
> Hello!<br>
> \end{document}<br>
> <br>
> $ pdflatex test-bug-20220709.tex<br>
> This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex)<br>
>  restricted \write18 enabled.<br>
> [...]<br>
> No file test-bug-20220709.aux.<br>
> (/Apps/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii<br>
> [Loading MPS to PDF converter (version 2006.09.02).]<br>
> )<br>
> <br>
> Package microtype Warning: Unable to apply patch `footnote' on input line 21.<br>
> <br>
> (/Apps/texlive/texmf-dist/tex/latex/microtype/mt-ppl.cfg)<br>
> <br>
> ! LaTeX Error: Invalid UTF-8 byte sequence (�\ifx).<br>
> <br>
> See the LaTeX manual or LaTeX Companion for explanation.<br>
> Type  H <return>  for immediate help.<br>
>  ...<br>
> <br>
> l.28 \noindent\spacedlowsmallcaps{Universitì}<br>
>                                               :<br>
> ?<br>
> ==================================<br>
> <br>
> <br>
> It seems that the command "spacedlowsmallcaps" does not accept accented letter anymore...<br>
<br>
</blockquote></div>