<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - RTL select, copy/paste and search support for Arabic and Hebrew scripts are missing"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=2981#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - RTL select, copy/paste and search support for Arabic and Hebrew scripts are missing"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=2981">bug 2981</a>
              from <span class="vcard"><a class="email" href="mailto:alexbodn.groups@gmail.com" title="alex <alexbodn.groups@gmail.com>"> <span class="fn">alex</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=68861" name="attach_68861" title="find bidirectional text">attachment 68861</a> <a href="attachment.cgi?id=68861&action=edit" title="find bidirectional text">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=2981&attachment=68861'>[review]</a>
find bidirectional text


a small workaround for searching rtl text. limited for mixed directional text.

say ABC 123 will render by fribidi as 123 ABC. 
to search for this text in poppler, you'd need to search literally 123 CBA
before this patch.
with this patch, search for ABC 123 as entered. nice.
but if you only search for ABC 12, nothing would be found. that's because this
patch transforms the searched text from logical to visual before the actual
search in the visual text inside poppler, so ABC 12 would render to 12 CBA,
that's not there.

there's a better way to go, which i'll implement later. this would also help
with bidi text select and copy.

this patch will only work if you first apply my last patch to <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - handling of rtl text inversion is too naive"
   href="show_bug.cgi?id=55977">bug 55977</a>. you
also need fribidi or preferably icu. 

please enjoy.
alex</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>