In Ingres, the DBA has two options when creating Unicode-aware Ingres databases. createdb has the -i
flag for NFC (Normalization Form C) and -n
for NFD (Normalization Form C). Documentation makes no distinction between them, the description is almost identical.
May we assume there are no differences, or there actually are some differences between them?