-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isascii was left behind in the Unicode move #25075
Comments
Not exported from stdlib julia/stdlib/Unicode/src/Unicode.jl Lines 12 to 15 in 756936a
|
I wonder if we shouldn't just leave |
Woops, looks like I stopped half-way... Yes, we could keep it in Base (actually I think I suggested that in the PR), since it's not really a Unicode function. Also it's special because it's the only predicate which accepts a string argument, and not only a |
Ok, let's just reinstate it to Base then. |
See #25076. However, regarding a more general rule to decide which functions should live in Unicode, note that |
Those all seem reasonable to me. We may want to rename |
Hi, why I`ve got the same error with variable name beginning with \partial unicode? |
Please post questions to the Julia discourse discussion forum. |
On 0.6:
On 0.7.0-DEV.2949:
Seems like it should be defined in the Unicode stdlib package and have a deprecation message.
The text was updated successfully, but these errors were encountered: