pub fn name_aliases_of(
ch: char,
name_alias_type: NameAliasType,
) -> Option<&'static [&'static str]>
Expand description
Find Name Aliases for the given character with the specified type
pub fn name_aliases_of(
ch: char,
name_alias_type: NameAliasType,
) -> Option<&'static [&'static str]>
Find Name Aliases for the given character with the specified type