Was this helpful?
Create a Unicode NFD Database
To create a database with Normalization Form D (NFD) instead of NFC, use the -n flag:
createdb -n dbname
(For more information on Unicode Normalization Forms, go to https://unicode.org/faq/normalization.html.)
Last modified date: 11/28/2023