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 )