Skip to content

Commit 7c05d62

Browse files
committed
Stop exporting isassigned() and normalize() from Unicode
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.
1 parent a9bb7d3 commit 7c05d62

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)