Without then, the feature doesn't work, and more surprisingly
FontForge puts the description of the feature into string ID 0, which
is meant to be the copyright notice.
printf("Substitution2: \"ss02\" %s\n", (*gp)->name);
if (strcmp((*gp)->name + plen, "saa5054") == 0)
printf("Substitution2: \"ss04\" %s\n", (*gp)->name);
+ if (strcmp((*gp)->name + plen, "sep4") == 0)
+ printf("Substitution2: \"ss14\" %s\n", (*gp)->name);
if (strcmp((*gp)->name + plen, "sep6") == 0)
printf("Substitution2: \"ss16\" %s\n", (*gp)->name);
if (strcmp((*gp)->name + plen, "sc") == 0)