From 68c895f391f239c0e4700c787b8f979a44af40a3 Mon Sep 17 00:00:00 2001 From: Sam Anklesaria Date: Wed, 6 May 2009 21:33:49 -0500 Subject: [PATCH] io.launcher run-desc fixes --- basis/io/launcher/launcher.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/io/launcher/launcher.factor b/basis/io/launcher/launcher.factor index 5813502a2b..56919b510a 100755 --- a/basis/io/launcher/launcher.factor +++ b/basis/io/launcher/launcher.factor @@ -3,7 +3,7 @@ USING: system kernel namespaces strings hashtables sequences assocs combinators vocabs.loader init threads continuations math accessors concurrency.flags destructors environment -io io.encodings.ascii io.backend io.timeouts io.pipes +io io.encodings.utf8 io.backend io.timeouts io.pipes io.pipes.private io.encodings io.streams.duplex io.ports debugger prettyprint summary calendar io.pathnames ; IN: io.launcher @@ -266,4 +266,4 @@ M: object run-pipeline-element [ ] } cond -: run-desc ( desc -- result ) ascii stream-contents but-last ; \ No newline at end of file +: run-desc ( desc -- result ) utf8 stream-contents but-last ; \ No newline at end of file