Skip to contents

Converts string to Unicode NFC normalized string. Useful for comparisons and ordering if text data is mixed between NFC normalized and not.

Arguments

string

VARCHAR

Examples

if (FALSE) { # \dontrun{
nfc_normalize('ardèch')
} # }