Skip to content

Commit

Permalink
deps: support Unicode 16 via utf8proc 2.10.0 (#56925)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stevengj authored Jan 2, 2025
1 parent a393c6f commit 0741f9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ New language features
The available metrics are:
- actual running time for the task (`Base.Experimental.task_running_time_ns`), and
- wall-time for the task (`Base.Experimental.task_wall_time_ns`).
- Support for Unicode 16 ([#56925]).

Language changes
----------------
Expand Down
4 changes: 2 additions & 2 deletions deps/checksums/utf8proc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
utf8proc-34db3f7954e9298e89f42641ac78e0450f80a70d.tar.gz/md5/e70e4fd2c914b4d4c0e3f0e2ca6c96d4
utf8proc-34db3f7954e9298e89f42641ac78e0450f80a70d.tar.gz/sha512/0037f144e1150abd1b330d8a0c3a46c8352903acc9f4c8aad6bddd1370b19cc34551f8def58752cdff4eaace3efe54180bc11439a0e35c5ccad2fec4678c017e
utf8proc-a1b99daa2a3393884220264c927a48ba1251a9c6.tar.gz/md5/2c404870fdc19982ec5313ee78e478d7
utf8proc-a1b99daa2a3393884220264c927a48ba1251a9c6.tar.gz/sha512/a6652f5840439fe051d973d9467ca9805dcea8d0ac75a2d35e3f8041c513d6ccd5d205a3873f28d7cb5e33ce6471165850164997f188ca359111963b3aac9a16
4 changes: 2 additions & 2 deletions deps/utf8proc.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
UTF8PROC_BRANCH=v2.9.0
UTF8PROC_SHA1=34db3f7954e9298e89f42641ac78e0450f80a70d
UTF8PROC_BRANCH=v2.10.0
UTF8PROC_SHA1=a1b99daa2a3393884220264c927a48ba1251a9c6

0 comments on commit 0741f9b

Please sign in to comment.