If I process the following beamer class with lualatex (texlive 2016), the Á charactert is missing in the output pdf, but í appears correctly.
This problem is not showing with laulatex of texlive 2015.
The following warning appears in the log file
{/home/zunbeltz/texlive/texlive2016/texmf-var/fonts/map/pdftex/updmap/pdftex.map } Missing character: There is no Á (U+00C1) in font cmr10!
The MWE is saves as utf-8 file:
\documentclass{article}
\begin{document}
\begin{itemize}
\item Ángel
\item Pedro Rodr\'{\i}guez
\end{itemize}
\end{document}



\usepackage{fontspec}. By the way, typingRodr\'iguezhas been possible for several years. – egreg Jun 29 '16 at 08:56beamermentioned in your example? Anyway, I don't think you can blamebeamer: if you use the class with LuaLaTeX you should know that some setting is needed. – egreg Jun 29 '16 at 09:35beamerand later notice that it was also witharticle. Why was it working fine with tl2015 and not tl2016? (I guess is all the changes in luatex 0.95). From thefontspecmanual: "The fontspec package allows users of either XeTeX or LuaTeX to load OpenType fonts in a LaTeX document." In this case we are using the standard fonts in LaTeX; so, shouldn't the LaTeX kernel do the job to typeset this fine without loadingfontspecmanually? – TeXtnik Jun 29 '16 at 09:43\'Angelwork? – JLDiaz Jun 29 '16 at 09:47