<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdftops generates broken (according to ghostscript) postscript"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=50750#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdftops generates broken (according to ghostscript) postscript"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=50750">bug 50750</a>
              from <span class="vcard"><a class="email" href="mailto:stefan.bruens@rwth-aachen.de" title="Stefan Brüns <stefan.bruens@rwth-aachen.de>"> <span class="fn">Stefan Brüns</span></a>
</span></b>
        <pre>The missing glyphs have names of the form "afiiNNNN;" (mind the trailing
semicolon).

Contrary to the original problematic file, the missing glyphs are not in
codepoints where there already is a valid name, but in low positions where the
default name is ".notdef".

Fontforge deals with these broken encodings by keeping the name from the
default encoding if it is valid, and replaces any ".notdef" codepoints by
("uni%0x4", code).

Doing the same as fontforge makes the pdftops output for both PDFs wellformed
and visually correct.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>