-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
5 modifier click letters #708
base: main
Are you sure you want to change the base?
Conversation
@@ -2354,6 +2354,7 @@ FFDA..FFDC ; OLetter # Lo [3] HALFWIDTH HANGUL LETTER EU..HALFWIDTH HANGUL | |||
10740..10755 ; OLetter # Lo [22] LINEAR A SIGN A701 A..LINEAR A SIGN A732 JE | |||
10760..10767 ; OLetter # Lo [8] LINEAR A SIGN A800..LINEAR A SIGN A807 | |||
10781..10782 ; OLetter # Lm [2] MODIFIER LETTER SUPERSCRIPT TRIANGULAR COLON..MODIFIER LETTER SUPERSCRIPT HALF TRIANGULAR COLON | |||
107BB..107BF ; OLetter # Lm [5] MODIFIER LETTER SMALL TURNED T..MODIFIER LETTER SMALL TURNED K |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the first time I’ve seen these characters without their friends 107B2..107BA
, is it intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well spotted! I need to add these to Other_Lowercase; and probably to add an invariant that anything called MODIFIER LETTER SMALL wants to be Other_Lowercase…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added an invariant (see the failures here) and made them Other_Lowercase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original proposal doc had an inconsistent order of these characters.
https://github.com/unicode-org/sah/issues/416#issuecomment-2083366384 suggests that UTC-180 will record a new consensus based on the revised proposal.
UTC-180 corrected UTC-179-C60 and Robin added a commit to fix the code points
L2/24-052, Unicode request for modifier pre-Kiel click letters.
See https://github.com/unicode-org/sah/issues/416.
[179-C60] Consensus: Provisionally assign 5 code points U+107BB..U+107BF for Latin modifier click characters in the Latin Extended-F block as described in document L2/24-052R. [Ref. Section 16 of document L2/24-068]
https://github.com/unicode-org/utc-release-management/issues/103