Page 1 of 1
Find all files containing any Mongolian characters
Posted: 13 Feb 2021 22:13
by admin
An old wish of mine... tomorrow it will come true!
contchar:0x1800-0x18AF
tease, tease...

Re: Find all files containing any Mongolian characters
Posted: 14 Feb 2021 18:42
by eil
congrats with big addition! that will require good description in Help file, specifically in examples.
yet, why no way to configure if to search in all files or only text? only text by default is totally legit, but to have a way to search all(like mentioned pictures) would be good too.
Re: Find all files containing any Mongolian characters
Posted: 14 Feb 2021 18:44
by admin
You mean search for bytes (0-255)?
Re: Find all files containing any Mongolian characters
Posted: 14 Feb 2021 22:05
by eil
admin wrote: ↑14 Feb 2021 18:44
You mean search for bytes (0-255)?
probably.. cause as mere user i didn't fully understand this part:
Code: Select all
contchar:>=128 // characters beyond ASCII
contchar:>=256 // characters beyond ANSI
..that's why i said good description will be needed.

Re: Find all files containing any Mongolian characters
Posted: 14 Feb 2021 22:49
by admin
Code: Select all
- Only double byte UTF-16 Unicode values are supported. The valid range
is from 0 to 65535 (0x0 to 0xFFFF).
I don't think searching raw bytes in binary files is very interesting.
Re: Find all files containing any Mongolian characters
Posted: 15 Feb 2021 13:24
by eil
probably i was too tired yesterday, only now i understood it's not about searching of contents of files, but about searching for presence of specific symbols in files, my bad.
