Skip to content

Commit 8160abc

Browse files
stevengjLilithHafner
authored andcommitted
support Unicode 14.0.0 (via utf8proc 2.7.0) (JuliaLang#43443)
1 parent 06403d1 commit 8160abc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

NEWS.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ New language features
1313
* The default behavior of observing `@inbounds` declarations is now an option via `auto` in `--check-bounds=yes|no|auto` ([#41551])
1414
* New function `eachsplit(str)` for iteratively performing `split(str)`.
1515
* ``, ``, and `` are now allowed as identifier characters ([#42314]).
16+
* Support for Unicode 14.0.0 ([#43443]).
1617
* `try`-blocks can now optionally have an `else`-block which is executed right after the main body only if
1718
no errors were thrown. ([#42211])
1819

deps/checksums/utf8proc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
utf8proc-3203baa7374d67132384e2830b2183c92351bffc.tar.gz/md5/e17d35ec76892e79e3ce45bb5e39e680
2-
utf8proc-3203baa7374d67132384e2830b2183c92351bffc.tar.gz/sha512/912d51e5c2daf80865e862daba2971e3a77b224d40179225d5908385d2f7f543a92cd2d9b6cecacfab185d8bd8f2732cad7a9d217f25f1e10a77083fda74f0b5
1+
utf8proc-8ca6144c85c165987cb1c5d8395c7314e13d4cd7.tar.gz/md5/af7d2e685f46ff6317fc4ab276bfade7
2+
utf8proc-8ca6144c85c165987cb1c5d8395c7314e13d4cd7.tar.gz/sha512/0b1c839457755db6679057c99a7872e72e3f17d8535e1e173749e139050bcf10f2e9a9b9fadccabde644ffcc865cfb9396429fc31e5a5a383f95856a01ea98a2

deps/utf8proc.version

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
UTF8PROC_BRANCH=v2.6.1
2-
UTF8PROC_SHA1=3203baa7374d67132384e2830b2183c92351bffc
1+
UTF8PROC_BRANCH=v2.7.0
2+
UTF8PROC_SHA1=8ca6144c85c165987cb1c5d8395c7314e13d4cd7

0 commit comments

Comments
 (0)