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

[Informative] Observable changes because of Unicode 15.1 #3073

Closed
mathiasbynens opened this issue May 25, 2023 · 0 comments · Fixed by #3074
Closed

[Informative] Observable changes because of Unicode 15.1 #3073

mathiasbynens opened this issue May 25, 2023 · 0 comments · Fixed by #3074
Labels
unicode Relates to upstream Unicode updates.

Comments

@mathiasbynens
Copy link
Member

Output of node compare.js:

$ node compare.js
Comparing Unicode v15.1.0 to Unicode v15.0.0…
Binary_Property: 3 new values
- IDS_Unary_Operator
- ID_Compat_Math_Continue
- ID_Compat_Math_Start
General_Category: 0 new values
Script: 0 new values
Script_Extensions: 0 new values
Binary_Property/ID_Start: 0 removals
Binary_Property/ID_Start: 0 new code points
Binary_Property/ID_Continue: 0 removals
Binary_Property/ID_Continue: 2 new code points
General_Category/Space_Separator: 0 removals
General_Category/Space_Separator: 0 new code points
Case_Folding=S: 0 removals
Case_Folding=S: 0 new code points
Case_Folding=F: 0 removals
Case_Folding=F: 0 new code points

The two new ID_Continue code points are U+200C (ZERO WIDTH NON-JOINER) and U+200D (ZERO WIDTH JOINER), meaning we can remove them as explicit additions from the ECMAScript spec. I’ll send a PR.

@mathiasbynens mathiasbynens added the unicode Relates to upstream Unicode updates. label May 25, 2023
mathiasbynens added a commit to mathiasbynens/test262 that referenced this issue May 25, 2023
mathiasbynens added a commit to mathiasbynens/ecma262 that referenced this issue May 25, 2023
Unicode v15.1.0 makes both U+200C and U+200D `ID_Continue` characters, meaning we no longer need to explicitly special-case them for them to match `IdentifierPart`.

Issue: tc39#3073
Ms2ger pushed a commit to tc39/test262 that referenced this issue Sep 15, 2023
ljharb pushed a commit to mathiasbynens/ecma262 that referenced this issue Feb 21, 2024
Unicode v15.1.0 makes both U+200C and U+200D `ID_Continue` characters, meaning we no longer need to explicitly special-case them for them to match `IdentifierPart`.

Issue: tc39#3073
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unicode Relates to upstream Unicode updates.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant