-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
REPL show utf-8 string maybe wrong #8747
Comments
What happens if you call |
printing an array of strings does something different; I want to see what happens for |
yes print(s) is ok,but print array is not |
Could you provide the output of |
Ver 0.3.1 release win64 dowload from juLialang.org,also tried 0.3.1 release 32 bit same problem |
My guess is that this is #5939. If the character classification predicates tell us a character is not printable, we escape it. Should be fixed in 0.4. |
Interestingly on Windows 7 US, I get |
close per Jeff's assessment |
on windows 8.1 64bit chinese version, REPL not show show utf-8 string.in the picture the thrid line and seventh line should show '∀' and "∀ x ∃ y" ,
The text was updated successfully, but these errors were encountered: