Skip to content

Commit 5a2ef5f

Browse files
authored
Merge pull request #25079 from JuliaLang/nl/exports
Stop exporting isassigned() and normalize() from Unicode
2 parents 29151a0 + 7c05d62 commit 5a2ef5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Unicode/src/Unicode.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Base.Unicode: normalize, graphemes, isassigned, textwidth, isvalid,
99
iscntrl, ispunct, isspace, isprint, isgraph,
1010
lowercase, uppercase, titlecase, lcfirst, ucfirst
1111

12-
export normalize, graphemes, isassigned, textwidth, isvalid,
12+
export graphemes, textwidth, isvalid,
1313
islower, isupper, isalpha, isdigit, isxdigit, isnumeric, isalnum,
1414
iscntrl, ispunct, isspace, isprint, isgraph,
1515
lowercase, uppercase, titlecase, lcfirst, ucfirst

0 commit comments

Comments
 (0)