Skip to content

Commit

Permalink
Merge pull request #25079 from JuliaLang/nl/exports
Browse files Browse the repository at this point in the history
Stop exporting isassigned() and normalize() from Unicode
  • Loading branch information
nalimilan authored Dec 14, 2017
2 parents 29151a0 + 7c05d62 commit 5a2ef5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Unicode/src/Unicode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using Base.Unicode: normalize, graphemes, isassigned, textwidth, isvalid,
iscntrl, ispunct, isspace, isprint, isgraph,
lowercase, uppercase, titlecase, lcfirst, ucfirst

export normalize, graphemes, isassigned, textwidth, isvalid,
export graphemes, textwidth, isvalid,
islower, isupper, isalpha, isdigit, isxdigit, isnumeric, isalnum,
iscntrl, ispunct, isspace, isprint, isgraph,
lowercase, uppercase, titlecase, lcfirst, ucfirst
Expand Down

0 comments on commit 5a2ef5f

Please sign in to comment.