-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Implement IJacute and ijacute for Dutch language #217
Comments
Current result of using combining accents: @benkiel to fix with the addition of a |
Note to self: once this is settled, also implement a
|
Testing this ... I think I’m close, but I might be able to shorten it with a few classes:
|
Awesome – the following seems to work equally well as the code above, but is shorter and clearer.
|
Also useful: |
WIP for this: |
An alternate perspective :). I was reviewing the Cascadia Code features the other day and was thinking about a couple of substitutions in the It struck me that in both cases, I'm taking two code points and replacing them with a single glyph. While that makes sense in a proportional font for text environments, does it make sense in a coding font meant to operate in a monospace environment? So I ended up removing the substitution for Ldot and ldot (the codepoints are still present though), and also changing the ij substitutions to just be:
It is a bit sad not to be able to use the nice accent IJ ligatures I made, but I do like the simplicity of it. I did leave the IJ and ij codepoints in for legacy purposes, but otherwise everything is just handled in monospace. |
@aaronbell that code will not cover everything, as there are dutch words (or loan words) that have an |
@benkiel Oh, is that right? I've never seen that mentioned in all the articles about supporting the Dutch ijacute 😨 . From what I've been able to tell, it is pretty common to use code like I did above and that users would expect the Would you rather recommend only replacing the |
Yes, that is safer. This comes from a discussion with EvB who pointed out that the IJacute has edge cases |
@benkiel Thanks! Well, if that's the case, then maybe I'll get rid of those substitutions entirely as the |
Relevant:
https://typedrawers.com/discussion/1294/how-do-you-implement-ijacute-and-ijacute
The text was updated successfully, but these errors were encountered: