-
Notifications
You must be signed in to change notification settings - Fork 16
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
Errors when using Unicode string #39
Comments
A bit more testing:
|
Unicode characters are very tricky to support, there is a bit of functionality for it built in, but I don't have the time available to make unicode support more robust. ASCII is recommended. |
That sounds fair. By the way, I came across with your old conversation on this issue and a workaround mentioned there seems to work for me.
|
Is this the same bug? It completely breaks Reduce ...
|
Have you tried using |
@chakravala commented on Jul 30, 2020, 6:14 PM GMT+4:30:
No, I just restarted Julia. |
On the other hand, running the same statement via
rcall()
seems to work fine.In the meantime, calling a similar statement can make my REPL stuck indefinitely.
The text was updated successfully, but these errors were encountered: