Prior to Paratext 7.6, Paratext just saved whatever the user typed - there
was no normalization of the data.
In Paratext 7.6, we added a value for normalization on the Advanced tab of
the Project Properties and Settings dialog. The default value for new
projects is NFC, but that can be changed to NFD or None. The value for
existing projects can’t be changed, so any project created before Paratext
7.6 will be left as None.
We at first were just going to go with NFC, but found that NFD was required
for some projects to display correctly. The None option was later added
since even NFD does some ordering that was causing problems for some
projects.
If NFC or NFD is used, any typed input will be normalized before it is used.
The Tools > Advanced > Convert Project command can be used to create a copy
of a project with a new normalization setting.
John+Wickberg