Converts the string to the specified Unicode normalization form.
Signatures & examples
normalize ( text [, form ] ) → text
Converts the string to the specified Unicode normalization form. The optional form key word specifies the form: NFC (the default), NFD, NFKC, or NFKD. This function can only be used when the server encoding is UTF8.