You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both OFLGoudyStM.ufo and OFLGoudyStM-Italic.ufo, the file groups.plist has an extra apostrophe (') at the end of the first string of each <array>.
For instance the first <dict> entry of OFLGoudyStM.ufo reads: <key>@MMK_L_A</key> <array> <string>A'</string> <string>Aacute</string> ... </array> <key>@MMK_L_A.c2</key>
In both
OFLGoudyStM.ufo
andOFLGoudyStM-Italic.ufo
, the filegroups.plist
has an extra apostrophe ('
) at the end of the first string of each<array>
.For instance the first
<dict>
entry ofOFLGoudyStM.ufo
reads:<key>@MMK_L_A</key>
<array>
<string>A'</string>
<string>Aacute</string>
...
</array>
<key>@MMK_L_A.c2</key>
where it should read:
<key>@MMK_L_A</key>
<array>
<string>A</string>
<string>Aacute</string>
...
</array>
<key>@MMK_L_A.c2</key>
This makes the file invalid (in some contexts? I tested it with FontForge).
I can provide a PR, if there is any chance it would be merged...
The text was updated successfully, but these errors were encountered: