From efc25df8f43d59310b55317ac8094206a406fe8f Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 22 Feb 2011 23:52:11 +0100 Subject: 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. --- tekuti/git.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/tekuti/git.scm b/tekuti/git.scm index d2aecb4..fee9c0f 100644 --- a/tekuti/git.scm +++ b/tekuti/git.scm @@ -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) "" -- cgit v1.2.3-54-g00ecf