use unicode instead of ascii again

db4
Doug Coleman 2009-04-02 01:18:53 -05:00
parent 2325710a4f
commit 7c7742cafa
1 changed files with 1 additions and 1 deletions

View File

@ -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