]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/game/models/loader/loader.factor
unicode: make this the API for all unicode things.
[factor.git] / extra / game / models / loader / loader.factor
index d566c512b11b7607de8499797d43b782739e783c..b065bd843d629b2483b2f726ccf65ab55512dd31 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors assocs byte-arrays combinators game.models
 io.encodings.ascii io.files io.pathnames io.streams.byte-array
 kernel namespaces sequences splitting
-strings unicode.case arrays io.encodings ;
+strings unicode arrays io.encodings ;
 IN: game.models.loader
 
 ERROR: unknown-models-extension extension ;