Function unicode_normalization::char::is_public_assigned
source · 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.