CFStringIsSurrogateHighCharacter(_:)
Returns a Boolean value that indicates whether a given character is a high character in a surrogate pair.
Declaration
func CFStringIsSurrogateHighCharacter(_ character: UniChar) -> BoolParameters
- character:
A UTF-16 character.
Return Value
true if character is a high character in a surrogate pair, otherwise false.