mirror of
https://github.com/dimitri/pgloader.git
synced 2026-03-12 07:31:02 +01:00
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 #1103.
This commit is contained in:
parent
49910027c5
commit
14fb15bfbd
@ -340,6 +340,7 @@
|
||||
(let* ((summary-stream (when *summary-pathname*
|
||||
(open *summary-pathname*
|
||||
:direction :output
|
||||
:external-format :utf-8
|
||||
:if-exists :rename
|
||||
:if-does-not-exist :create)))
|
||||
(*report-stream* (or summary-stream *standard-output*)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user