Skip to content

Commit 14fb15b

Browse files
committed
Force the summary file to be opened in UTF-8.
After all the default summary output contains the “✓” character and that won't fit in the ascii external format. Fixes dimitri#1103.
1 parent 4991002 commit 14fb15b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/monitor.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@
340340
(let* ((summary-stream (when *summary-pathname*
341341
(open *summary-pathname*
342342
:direction :output
343+
:external-format :utf-8
343344
:if-exists :rename
344345
:if-does-not-exist :create)))
345346
(*report-stream* (or summary-stream *standard-output*)))

0 commit comments

Comments
 (0)