<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - evince can not find ü in attached PDF"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87215#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - evince can not find ü in attached PDF"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87215">bug 87215</a>
              from <span class="vcard"><a class="email" href="mailto:jason@aquaticape.us" title="Jason Crain <jason@aquaticape.us>"> <span class="fn">Jason Crain</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=112107" name="attach_112107" title="Remove combining characters from normalized text">attachment 112107</a> <a href="attachment.cgi?id=112107&action=edit" title="Remove combining characters from normalized text">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=87215&attachment=112107'>[review]</a>
Remove combining characters from normalized text

This patch changes normalization so that combining characters are removed from
the normalized text.  This makes searching through TextPage::findText
insensitive to these characters.

Also, renames unicodeNormalizeNFKC to unicodeNormalizeSearch to make it clear
it's no longer doing a regular NFKC normalization.  

Renames decomp_compat to decomp_compat_base because it now strips combing
characters, leaving only base characters, in addition to compatibility
decomposition.

Removes UnicodeCompTables.h and some compose functions.  They're no longer
needed since we're not recomposing the characters.

I'm not sure if UnicodeTypeTable.h and UnicodeCompTables.h are considered part
of the public interface.  They're included in the xpdf headers.  Albert, is it
OK to change these files in this way?</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>