Hello, I am looking for a function that takes a glyph name and returns the default Unicode value assigned by Glyphs.
Or, more generally, I am looking for a way to map legacy names to current names (so, for instance, catch “ia-cy” if I have “ya-cy” given). I thought the best way to do this is by comparing the assigned Unicode value. Any pointers? Thanks!