Skip to content

Commit

Permalink
Stop exporting isassigned() and normalize() from Unicode
Browse files Browse the repository at this point in the history
Since these conflict with functions from Base, they cannot be called
without the module name anyway, and they make it impossible to call the
functions from Base once 'using Unicode' has been called.
  • Loading branch information
nalimilan committed Dec 14, 2017
1 parent a9bb7d3 commit 7c05d62
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 7c05d62

Please sign in to comment.