Database Administrator Guide
>
Database Administrator Guide
>
Creating Databases
>
How a Database Is Created
>
Create a Unicode NFD Database
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: 08/29/2024
This site works best with JavaScript enabled