Skip to content

Commit 60f8faf

Browse files
authored
Update Export.m
Fix BinaryFormat in B64 exporter
1 parent ebe0ba4 commit 60f8faf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mathics/autoload/formats/Base64/Export.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
FunctionChannels -> {"FileNames"},
2222
Options -> {"CharacterEncoding", "ByteOrderMark"},
2323
DefaultElement -> "Plaintext",
24-
BinaryFormat -> True
24+
BinaryFormat -> False
2525
]
2626

2727

0 commit comments

Comments
 (0)