Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UFO groups.plist has extra characters #7

Open
mgavioli opened this issue Mar 6, 2018 · 0 comments
Open

UFO groups.plist has extra characters #7

mgavioli opened this issue Mar 6, 2018 · 0 comments

Comments

@mgavioli
Copy link

mgavioli commented Mar 6, 2018

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>

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant