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

Feature Request: IPPH/APPH locale override for lower g with stroke (ǥ) to shape of script g (ɡ). #2632

Open
jmcwilliams403 opened this issue Jan 3, 2025 · 3 comments
Milestone

Comments

@jmcwilliams403
Copy link
Contributor

According to L2/L2024/24050 and L2/L2024/24234r , it has been decided by the Unicode Consortium and the International Phonetics Association that the future encoding of script g (ɡ) with the addition of both a stroke and palatal hook should be handled as simply ǥ with a palatal hook, with its preferred single-storey shape being the responsibility of the font.

Since Iosevka currently supports IPA/APA locale overrides via the real OpenType language tags IPPH/APPH, it may be possible to implement an override of ǥ that makes it take on the shape of script g (ɡ).

I tried implementing it when these Unicode documents were first made public, but I somehow couldn't get it to work. It might be something to do with how the locale override checks for Greek characters first and then terminates, or maybe it's just that multi-script locales are more complicated to implement in general.

It is also worth mentioning that the superscript version of ǥ is also scheduled for future encoding as of L2/L2024/24234r, which means it should also be affected by the locale override, similar to the behavior of Cyrillic letters etc.

@be5invis be5invis added this to the Backlog milestone Jan 3, 2025
@be5invis
Copy link
Owner

be5invis commented Jan 3, 2025

Well for g it is Latin so you need latn_IPPH / latn_APPH.

@jmcwilliams403
Copy link
Contributor Author

Well for g it is Latin so you need latn_IPPH / latn_APPH.

yes I implemented it that way but for some reason it didn't work when the locale was shared with grek_IPPH/grek_APPH.

@be5invis
Copy link
Owner

be5invis commented Jan 4, 2025

Maybe it is an upper-level thing (they forget to call latn/IPPH).

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

No branches or pull requests

2 participants