Function unicode_normalization::char::is_public_assigned
source ยท pub fn is_public_assigned(c: char) -> bool
Expand description
Return whether the given character is assigned (General_Category
!= Unassigned
)
and not Private-Use (General_Category
!= Private_Use
), in the supported version
of Unicode.