-
Notifications
You must be signed in to change notification settings - Fork 146
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
Redesign combining table #277
Conversation
This is based on and supersedes #271. |
The previously failing normalization tests now succeed. However, others are failing. It seems the failing ones are mentioned in the exclusions:
|
Yes, the only failing tests are normalization tests involving these characters. Ideas appreciated. Edit: Solved. |
@stevengj Can you approve the CI run? |
@stevengj Can you approve the CI run? |
CI is running, but is failing with:
This was part of the actions added by @inkydragon in #229 … I'm not actually sure why we have them. Is anyone actually using these artifacts? |
@stevengj I updated the actions. Can you approve the CI workflow again? |
@inkydragon Can you approve the CI workflows? |
One of the problems here is that we lack a depbot to automatically upgrade the version of github action. I would say that this is usually more useful for Windows users who only want compiled libraries, rather than downloading the source code and compiling it themselves.
Sorry, I don't have committing privileges for this repo. |
This comment was marked as resolved.
This comment was marked as resolved.
@eschnett, can you add some documentation of the new combining tables, e.g. add a |
@stevengj I added a comment in the definition of |
In the future, please squash commits when merging. |
Similar to #51799, support [Unicode 16](https://www.unicode.org/versions/Unicode16.0.0/) by bumping utf8proc to 2.10.0 (thanks to JuliaStrings/utf8proc#277 by @eschnett). This allows us to use [7 exciting new emoji characters](https://www.unicode.org/emoji/charts-16.0/emoji-released.html) as identifiers, including "face with bags under eyes" ![image](https://github.com/user-attachments/assets/4959b7ca-100e-4efc-af58-b03184ae2dca) `"\U1fae9"` (but still no superscript "q"). Closes #56035.
Just a driveby comment of appreciation for how much nicer the table generator is in the section you've changed. Thank you @eschnett :-) |
Closes #271.