Constant stringsext::mission::UTF8_FILTER_NON_ASCII_MODE_DEFAULT[][src]

pub const UTF8_FILTER_NON_ASCII_MODE_DEFAULT: Utf8Filter;
Expand description

A default filter for all non-ASCII encoding searches. For single-byte-characters (af-filter), no control character pass, but whitespace is allowed. This works like the traditional stringsextmode. For multi-byte-characters we allow only Latin characters with all kind of accents. Unless otherwise specified on the command line, this filter is default for non-ASCII-encoding searches.