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