I am using an OpenType font that can combine symbols from two adjacent words. This works fine in LibreOffice Writer, as shown on the left in this image. The line-with-circle is drawn above the part that looks like a table. But the same font file used with LuaLatex, and the same text input, results in the mess on the right with the two parts superimposed. Do I need to enable some package or feature for LaTeX to properly interpret the instructions embedded in the font? I already am including 'fontspec'.
The font in question comes from http://musilili.net/linja-pona/ version 4.9 and the input text to generate this case is "supa+lape".
\documentclass{article}
\usepackage{fontspec}
\newfontface\tpf{linjapona49}
\begin{document}
{\tpf supa+lape}
\end{document}
SIngle characters from the same font work with no problem.

\documentclassand ending with\end{document}, that generates the issue you wish to fix. Please also state which TeX distribution you employ and when you last updated it. – Mico Feb 05 '22 at 16:02