Skip to content

Commit 635826b

Browse files
committed
Rename base/strings/utf8proc.jl to base/strings/unicode.jl
To match the new name of the module.
1 parent e62ab28 commit 635826b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

base/strings/strings.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ include("strings/errors.jl")
44
include("strings/substring.jl")
55
include("strings/basic.jl")
66
include("strings/search.jl")
7-
include("strings/utf8proc.jl")
7+
include("strings/unicode.jl")
88
include("strings/util.jl")
99
include("strings/io.jl")
File renamed without changes.

0 commit comments

Comments
 (0)