-[8.50b2] Search options?
Moderators: Hacker, petermad, Stefan2, white
-[8.50b2] Search options?
Hello, why are the search options RegEx (2) and Office XML mutually exclusive? Is there a problem to search any regex in files inside archives? Thanks
- ghisler(Author)
- Site Admin
- Posts: 50541
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Office xml uses UTF-8 to encode its files. Unfortunately UTF-8 uses multiple bytes per character, so I don't currently see how I could implement character classes to work with UTF-8 (e.g. [a-z]).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50541
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
I'm currently using the Unicode version of the regex library for file names. It has some troubles with 0 bytes, so I can't currently use it for files of any type.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com