<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Could there be another little bug in LuaLatex font handling?<br>
    Take the following example:<br>
    <br>
    <style type="text/css">p, li { white-space: pre-wrap; }</style>
    <p style="margin: 0px; text-indent: 0px;">\documentclass{article}</p>
    <p style="margin: 0px; text-indent: 0px;">\usepackage{fontspec} </p>
    <p style="margin: 0px; text-indent: 0px;">\setmainfont{Gentium
      Basic}</p>
    <p style="margin: 0px; text-indent: 0px;">\begin{document}</p>
    <p style="margin: 0px; text-indent: 0px;">xa&#776;x</p>
    <p style="margin: 0px; text-indent: 0px;">\end{document}<br>
      <br>
    </p>
    <p style="margin: 0px; text-indent: 0px;">When compiling with
      LuaLatex, the dots end up on top of the x, not on top of the a.
      The output is correct in XeLatex.<br>
      <br>
    </p>
    Note that the ä is produced (in the source code) from a + combining
    diaeresis. (In this particular case, I could of course just use the
    normal Umlaut character, but I have more complex cases where I need
    combining diacritics.)<br>
    <br>
    Thanks,<br>
    Yves<br>
  </body>
</html>