don't bother allocating iconv info on pipe
* tekuti/git.scm (run): Don't set encoding on pipe, as we just use bytevector io anyway.
This commit is contained in:
parent
a05d9a5df8
commit
efc25df8f4
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@
|
|||
(let* ((real-args (trc (redirect-input (prepend-env args))))
|
||||
(pipe (apply open-pipe* OPEN_READ real-args))
|
||||
(output (begin
|
||||
(set-port-encoding! pipe "ISO-8859-1")
|
||||
(let ((bv (get-bytevector-all pipe)))
|
||||
(if (eof-object? bv)
|
||||
""
|
||||
|
|
Loading…
Reference in a new issue