Function unicode_normalization::char::is_combining_mark
source ยท pub fn is_combining_mark(c: char) -> boolExpand description
Return whether the given character is a combining mark (General_Category=Mark)
pub fn is_combining_mark(c: char) -> boolReturn whether the given character is a combining mark (General_Category=Mark)