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

update to utf8proc 2.6.1 #38900

Merged
merged 1 commit into from
Dec 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e17d35ec76892e79e3ce45bb5e39e680
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
912d51e5c2daf80865e862daba2971e3a77b224d40179225d5908385d2f7f543a92cd2d9b6cecacfab185d8bd8f2732cad7a9d217f25f1e10a77083fda74f0b5

This file was deleted.

This file was deleted.

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.6.0
UTF8PROC_SHA1=df2997a300792b8efd6a1ea9281c14dfe986d6f9
UTF8PROC_BRANCH=v2.6.1
UTF8PROC_SHA1=3203baa7374d67132384e2830b2183c92351bffc
3 changes: 3 additions & 0 deletions stdlib/Unicode/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ end
end
end
end

@test Base.Unicode.isgraphemebreak('α', 'β')
@test !Base.Unicode.isgraphemebreak('α', '\u0302')
end

@testset "#3721, #6939 up-to-date character widths" begin
Expand Down