unicode_normalize
Normalize Unicode text to NFC, NFD, NFKC, or NFKD form. Returns the result and indicates whether the input was already normalized.
Instructions
Normalize text to a Unicode normalization form (NFC/NFD/NFKC/NFKD).
NFC/NFD are canonical compose/decompose; NFKC/NFKD also fold compatibility
characters (ligatures, full-width, circled digits) to their plain forms.
changed is true when result differs from the input — i.e. the text was
not already in form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| form | No | NFC |