Skip to content

Commit

Permalink
bump utf8proc to 2.1.1 (#26917)
Browse files Browse the repository at this point in the history
* bump utf8proc to 2.1.1

This contains a bug fix for a normalization error (JuliaStrings/utf8proc#128), so I would recommend backporting.

* added test for JuliaStrings/utf8proc#128

* update checksums
  • Loading branch information
stevengj authored and ararslan committed May 2, 2018
1 parent 804c246 commit 64040ce
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9e62d28101ad9792161813bb43402202
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ea5212543a11781ec761b6231fb8af451cd31034bcc008b6664e1c3bb71b78e812d5634949ee6c58b4527954d5d6dd2bc127356dad3fea0865040d24968a08be
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.1
UTF8PROC_SHA1=40e605959eb5cb90b2587fa88e3b661558fbc55a
UTF8PROC_BRANCH=v2.1.1
UTF8PROC_SHA1=d688ac122660e465dc65c8eb7b1c2444fcd52829
1 change: 1 addition & 0 deletions stdlib/Unicode/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ using Unicode: normalize, isassigned
@test isempty(normalize("\u00ad", stripignore=true))
@test normalize("\t\r", stripcc=true) == " "
@test normalize("\t\r", stripcc=true, newline2ls=true) == " \u2028"
@test normalize("\u0072\u0307\u0323", :NFC) == "\u1E5B\u0307" #26917
end

@testset "unicode sa#15" begin
Expand Down

0 comments on commit 64040ce

Please sign in to comment.