From 7c7742cafa7089c2f05837207597e0e0a9bee5b1 Mon Sep 17 00:00:00 2001
From: Doug Coleman <erg@jobim.local>
Date: Thu, 2 Apr 2009 01:18:53 -0500
Subject: [PATCH] use unicode instead of ascii again

---
 extra/html/parser/state/state.factor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extra/html/parser/state/state.factor b/extra/html/parser/state/state.factor
index b7936f6005..5f845ce810 100644
--- a/extra/html/parser/state/state.factor
+++ b/extra/html/parser/state/state.factor
@@ -1,7 +1,7 @@
 ! Copyright (C) 2005, 2009 Daniel Ehrenberg
 ! See http://factorcode.org/license.txt for BSD license.
 USING: namespaces math kernel sequences accessors fry circular
-unicode.case ascii locals combinators.short-circuit
+unicode.case unicode.categories locals combinators.short-circuit
 make combinators io splitting ;
 
 IN: html.parser.state