possible bug with supplementary private use area

Ulrike Fischer news3 at nililand.de
Sat Nov 16 22:17:32 CET 2024


Am Sat, 16 Nov 2024 14:51:09 +0000 schrieb Anako Jeannin-Mallet via
tex-live:

 
> here is the issue:
> using sitelen pona in a luaLaTeX document does not work. it may be
> because i don’t do things properly, however, it works with XeLaTeX,
> which leads me to believe there is a bug
> here is a minimal (non) working example with lualatex:
> ```
> \documentclass{standalone}
> 
> \usepackage{fontspec}
> \setmainfont{nasin-nanpa-4.0.1.otf}
> 
> \begin{document}
> \symbol{"F1900}
> \end{document}
> ```

Use the harfbuzz renderer:

\documentclass{article}

\usepackage{fontspec}
\setmainfont{nasin-nanpa-4.0.1.otf}[Renderer=HarfBuzz]

\begin{document}
\symbol{"F1900}
\end{document}


see also https://github.com/latex3/luaotfload/issues/185



-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/



More information about the tex-live mailing list.