We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4786a32 commit 8ccf13bCopy full SHA for 8ccf13b
1 file changed
mathics/builtin/atomic/strings.py
@@ -881,8 +881,9 @@ class ToString(Builtin):
881
>> ToString[a >= b, CharacterEncoding-> "UTF-8"]
882
= a ≥ b
883
884
- >> ToString[a ≥ b, CharacterEncoding-> "ASCII"]
885
- = a >= b
+ ## Reinstate when we've worked out how to handle MS-Windows
+ ## >> ToString[a ≥ b, CharacterEncoding-> "ASCII"]
886
+ ## = a >= b
887
888
>> ToString[a+b]
889
= a + b
0 commit comments