Find in Files displays text in cp1251 encoding incorrectly. Reproducible: Always Steps to Reproduce: 1. Open a source code file with comments in Russian encoded in cp1251. Note that the KDevelop editor autodetects the encoding and displays Russian letters correctly. 2. Open grepview and search for a string that would match lines with Russian text. Actual Results: The occurrences cited in grepview are not displayed correctly, instead I see character "placeholders" in a form of question marks. When I hover an occurrence in grepview, the tooltip also displays "question marks". Expected Results: Russian text displayed correctly in grepview.
I test your case and all works as expected - Russian (cp1251) strings displayed correctly. I tested current master branch.
@Alexander: Still a problem for you?
Works for me now in KDevelop build from Git master (5.1.40, commit 825adb1eef8b3a2851d0e4cfe04495bd8a2872d7).