From 3c5ca8195ecc55709fa16e51ee6baa6fd7c97a38 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 24 Nov 2013 14:34:53 -0800 Subject: [PATCH] io.encodings.utf8: fix accidentally scratchpad. --- core/io/encodings/utf8/utf8.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/io/encodings/utf8/utf8.factor b/core/io/encodings/utf8/utf8.factor index 990c96d85e..c17de5b259 100644 --- a/core/io/encodings/utf8/utf8.factor +++ b/core/io/encodings/utf8/utf8.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2006, 2008 Daniel Ehrenberg. ! See http://factorcode.org/license.txt for BSD license. USING: accessors combinators io io.encodings -io.encodings.private kernel math math.order scratchpad sequences ; +io.encodings.private kernel math math.order sequences ; IN: io.encodings.utf8 ! Decoding UTF-8