From 129320c65b8fd12ae5260effcfed5c5f745b061b Mon Sep 17 00:00:00 2001
From: Slava Pestov <slava@factorcode.org>
Date: Sat, 15 Mar 2008 06:44:14 -0500
Subject: [PATCH] Fix bootstrap

---
 extra/logging/server/server.factor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extra/logging/server/server.factor b/extra/logging/server/server.factor
index 896a46858b..372216c45e 100755
--- a/extra/logging/server/server.factor
+++ b/extra/logging/server/server.factor
@@ -4,7 +4,7 @@ USING: namespaces kernel io calendar sequences io.files
 io.sockets continuations prettyprint assocs math.parser
 words debugger math combinators concurrency.messaging
 threads arrays init math.ranges strings calendar.format
-io.encodings.ascii ;
+io.encodings.utf8 ;
 IN: logging.server
 
 : log-root ( -- string )