text unorm(text, form)
Returns the text normalized to the (Unicode Normalization Form) form.
Supported forms:
"nfc" for canonical decomposition, followed by canonical composition, the default"nfd" for canonical decomposition"nfkc" for compatibility decomposition, followed by canonical composition"nfkd" for compatibility decomposition"nfc".null if invalid form.