Hi there,
in the following document, I can only get right hyphenation if I remove
fontspec:
\documentclass[a4paper,12pt]{article}
\usepackage[french]{babel}
\usepackage{fontspec}
\setromanfont{Junicode}
\begin{document}
\showhyphens{Aristote}
\showhyphens{d’Aristote}
\end{document}
Is there any way to fix this?
Thanks,
Pablo