Contents

CFStringNormalize(_:_:)

Normalizes the string into the specified form as described in Unicode Technical Report #15.

Declaration

func CFStringNormalize(_ theString: CFMutableString!, _ theForm: CFStringNormalizationForm)

Parameters

  • theString:

    The string to be normalized.

  • theForm:

    The form to normalize theString.

See Also

CFMutableString Miscellaneous Functions