io.encodings.utf8: fix accidentally scratchpad.
parent
0806a8ce15
commit
3c5ca8195e
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2006, 2008 Daniel Ehrenberg.
|
! Copyright (C) 2006, 2008 Daniel Ehrenberg.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors combinators io io.encodings
|
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
|
IN: io.encodings.utf8
|
||||||
|
|
||||||
! Decoding UTF-8
|
! Decoding UTF-8
|
||||||
|
|
Loading…
Reference in New Issue