> Strange. Are you running on a GNU/Linux box? Can you try to use
`strace` to find out where the file gets written?
Yes, I'm running Ubuntu. I attached the log generated by strace. The only time the string "png" appears is when it's opening libpng.
> This is *exactly* what I was talking about in previous e-mails, namely
to use the GSUB data for getting this mapping! If a font handles,
say, the input <U+0042 (LATIN CAPITAL LETTER B) + U+0323 (COMBINING
DOT BELOW)>, it gets mapped to a certain glyph index Z somewhere in a
GSUB ligature lookup table. To be more specific, there are cmap
entries X and Y for U+0042 and U+0323, and the GSUB table maps the
combination of X and Y to Z.
Thanks for telling me this. Now I have a clear use case to keep in mind and test for as I implement GSUB mappings for the database.