content: search can not search .txt by utf8

Found a bug in "Everything"? report it here
Post Reply
walkinrain
Posts: 1
Joined: Wed Jan 04, 2023 8:23 am

content: search can not search .txt by utf8

Post by walkinrain »

when file use utf8
if use content:xxxx to search *.md . it's right .
after rename *.md to *.txt
search *.txt by content:xxxx . it's nothing.

xxx is gbk char
void
Developer
Posts: 15350
Joined: Fri Oct 16, 2009 11:31 pm

Re: content: search can not search .txt by utf8

Post by void »

Everything will use the system iFilter for txt files and utf8 content for anything without an assoicated iFilter.

Please try the utf8content: search function:

utf8content:xxxx



The system iFilter for txt files can have trouble reading UTF-8 files.

Please make sure your UTF-8 file has a UTF-8 BOM.
Post Reply