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
CFStringAppend(_:_:)CFStringAppendCharacters(_:_:_:)CFStringAppendCString(_:_:_:)CFStringAppendFormatAndArguments(_:_:_:_:)CFStringAppendPascalString(_:_:_:)CFStringCapitalize(_:_:)CFStringCreateMutable(_:_:)CFStringCreateMutableCopy(_:_:_:)CFStringCreateMutableWithExternalCharactersNoCopy(_:_:_:_:_:)CFStringDelete(_:_:)CFStringFindAndReplace(_:_:_:_:_:)CFStringFold(_:_:_:)CFStringInsert(_:_:_:)CFStringLowercase(_:_:)CFStringPad(_:_:_:_:)