I need to use a specific font (New Aster LT Standard), and I am running into issues with 2 characters in my text. One is the polish ogonek on the name "Dąbrówka", the other is an accented c in the name "Matanić".
Oddly, the font seems to have the ogonek diacritic (see line 2 of the PDF image), but it does not show correctly when combined, only as a standalone. I have \usepackage[utf8]{inputenc} and \usepackage[T1]{fontenc} in my preamble. I must compile with XeLaTeX. My .tex document is in UTF8. I tried various ways (see example), but none is working (see screen capture).
Help?
\documentclass{article}
\usepackage{fontspec}
\usepackage{polyglossia}
\setmainfont{New Aster LT Std}
\setmainlanguage{french}
\setotherlanguage{polish}
\begin{document}
Johannes Dąbrówka. A. Matanić.
\par
Johannes Da˛brówka. A. Matani\'c.
\par
Johannes D\k{a}brówka. A. Matani\'{c}.
\par
\end{document}


(with TexGyre)
(with (Old) New Aster LT Std)
(with
I don't have your font so I can't say whether that has all the characters.
– David Carlisle May 06 '21 at 16:41Missing character: There is no ̨ in font New Aster LT Std/OT:script=latn;language=dflt;mapping=tex-text;! Missing character: There is no ́ in font New Aster LT Std/OT:script=latn;language=dflt;mapping=tex-text;! Missing character: There is no ć in font New Aster LT Std/OT:script=latn;language=dflt;mapping=tex-text;! etc.
Without setmainfont the result looks fine
– user1940642 May 06 '21 at 17:32U+202c POP DIRECTIONAL FORMATTINGis immediately before the J on the middle example. – David Carlisle May 06 '21 at 20:21