<p>For the Linux part, even <code>grep</code> on the command line doesn't find text in a Windows-1251 encoded text file on my system. And this is when I pass a plain ASCII search term to <code>grep</code>.<br>
It seems <code>grep</code> treat these files as binary files and in Geany we explicitly ignore binary files (via command line parameter -I). If you add "-a" to the extra options field in the FiF dialog, <code>grep</code> will treat binary files as text files and the search seems to work, at least in my case.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/issues/783#issuecomment-168427978">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ89Yt6e-m_Nxd_xnjoob4OSrbH0nks5pWDIsgaJpZM4GrMZ5.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/783#issuecomment-168427978"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>