add support for unicode aware regular expressions if available

This commit is contained in:
Andrzej Rybczak
2015-05-02 15:01:01 +02:00
parent 39c331eed6
commit dafcadefaf
15 changed files with 175 additions and 115 deletions

View File

@@ -118,7 +118,7 @@ private:
void Prepare();
void Search();
RegexItemFilter<SEItem> m_search_predicate;
Regex::ItemFilter<SEItem> m_search_predicate;
const char **SearchMode;