File tree Expand file tree Collapse file tree 8 files changed +8
-7
lines changed Expand file tree Collapse file tree 8 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ New language features
10
10
- The character U+1F8B2 (RIGHTWARDS ARROW WITH LOWER HOOK), newly added by Unicode 16,
11
11
is now a valid operator with arrow precedence, accessible as ` \hookunderrightarrow ` at the REPL.
12
12
([ JuliaLang/JuliaSyntax.jl #525 ] , [ #57143 ] )
13
+ - Support for Unicode 17 ([ #59534 ] ).
13
14
14
15
Language changes
15
16
----------------
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ 959cb19fcda0240caef8c02953e3d771
Original file line number Diff line number Diff line change
1
+ 7aa597dead08f862295dac2cbcee4c994d847c374910ec23f90a34a413ab9420828d3038d72a75b3f2c583ffcdb6f7b75205ffcde3309fec6310e494c9252798
Original file line number Diff line number Diff line change 1
- utf8proc-a1b99daa2a3393884220264c927a48ba1251a9c6 .tar.gz/md5/2c404870fdc19982ec5313ee78e478d7
2
- utf8proc-a1b99daa2a3393884220264c927a48ba1251a9c6 .tar.gz/sha512/a6652f5840439fe051d973d9467ca9805dcea8d0ac75a2d35e3f8041c513d6ccd5d205a3873f28d7cb5e33ce6471165850164997f188ca359111963b3aac9a16
1
+ utf8proc-d7bf128df773c2a1a7242eb80e51e91a769fc985 .tar.gz/md5/42a776162314cd5dfbec6aaa3e2af42d
2
+ utf8proc-d7bf128df773c2a1a7242eb80e51e91a769fc985 .tar.gz/sha512/0bb54a5f296b5c7f480c45b8cf4de7e95b498106b5b165890539ec5861194baa6c9a45bff2566d695d2f4921c1086fbe8419e8e8db353a0517a76fc307829152
Original file line number Diff line number Diff line change 1
- UTF8PROC_BRANCH=v2.10 .0
2
- UTF8PROC_SHA1=a1b99daa2a3393884220264c927a48ba1251a9c6
1
+ UTF8PROC_BRANCH=v2.11 .0
2
+ UTF8PROC_SHA1=d7bf128df773c2a1a7242eb80e51e91a769fc985
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ VERSDIR := v$(shell cut -d. -f1-2 < $(JULIAHOME)/VERSION)
25
25
DOCUMENTER_OPTIONS := linkcheck=$(linkcheck ) doctest=$(doctest ) buildroot=$(call cygpath_w,$(BUILDROOT ) ) \
26
26
texplatform=$(texplatform ) revise=$(revise ) stdlibdir=$(call cygpath_w,$(build_datarootdir ) /julia/stdlib/$(VERSDIR ) /)
27
27
28
- UNICODE_DATA_VERSION =16 .0.0
28
+ UNICODE_DATA_VERSION =17 .0.0
29
29
$(SRCCACHE ) /UnicodeData-$(UNICODE_DATA_VERSION ) .txt :
30
30
@mkdir -p " $( SRCCACHE) "
31
31
$(JLDOWNLOAD ) " $@ " https://www.unicode.org/Public/$(UNICODE_DATA_VERSION ) /ucd/UnicodeData.txt
You can’t perform that action at this time.
0 commit comments