<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - page links not working in some circumstances"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=26049#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - page links not working in some circumstances"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=26049">bug 26049</a>
              from <span class="vcard"><a class="email" href="mailto:jose.aliste@gmail.com" title="Jose Aliste <jose.aliste@gmail.com>"> <span class="fn">Jose Aliste</span></a>
</span></b>
        <pre>I confirm this bug and that the patch fixes it. Look at the example in
<a href="http://www.dim.uchile.cl/~jaliste/named_dests.pdf">http://www.dim.uchile.cl/~jaliste/named_dests.pdf</a>

if you look into the Named destinations Nametree, the tree keys should be
ordered. Note that the names are not in plain ascii, but in unicode (it's
russian text)... If you look at the DestNamedTree in Catalog, you will see that
with the current cmp function, the tree it's not ordered, and therefore, the
bsearch for the link fails and the link can't be activated. 

More precisely, the current comparison only works when working with proper
ascii characters, for the names in the example this is not true. Hope that this
makes some sense.</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>