pub const POTENTIALLY_REPLACED_CHARS: &str;
Expand description
An unordered list of all characters that are potentially replaced under
certain conditions. Please note that additionally to the above : all
is_whitespace()
characters are always replaced by space and all
is_control()
characters are always filtered.