support Unicode 15.1 via utf8proc 2.9.0 #51799
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Similar to #47392, support Unicode 15.1 by bumping utf8proc to 2.9.0 (JuliaStrings/utf8proc#253).
This allows us to use 118 exciting new emoji characters as identifiers, including "edible mushroom"
"\U1f344\u200d\U1f7eb"
(but still no superscript "q").Interestingly, they also updated the Unicode recommendations on programming-language identifiers (UAX#31) to finally "bless" identifiers beginning with
∂
and∇
and/or ending with numeric sub/superscripts. They still don't recommend nearly the range of identifiers accepted by Julia, however.