The following MWE
\documentclass{article}
\usepackage[basque]{babel}
\usepackage{hyperref}
\begin{document}
Muñoz
\end{document}
breaks due to ´ñ running with pdflatex.
! LaTeX Error: Command \texttilde unavailable in encoding OT1.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.5 Muñ
oz
lualatex runs fine. If other language such as spanish is used the document runs fine.
If `hyperref`` is not loaded the document compiles fine.
The test has been done with the MikTeX updated to the same day, and with `TeX Live 2026.
The following MWE
breaks due to
´ñrunning withpdflatex.lualatexruns fine. If other language such asspanishis used the document runs fine.If `hyperref`` is not loaded the document compiles fine.
The test has been done with the MikTeX updated to the same day, and with `TeX Live 2026.