]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/io/encodings/latin1/latin1.factor
Merge branch 'master' of git://factorcode.org/git/factor into unicode
[factor.git] / extra / io / encodings / latin1 / latin1.factor
index 3cb361b2fd2c585724792f4855df79695c0fc182..71e98a1747eb8ffb4181dd4606e3e6d6c622131e 100755 (executable)
@@ -6,7 +6,7 @@ IN: io.encodings.latin1
 TUPLE: latin1 ;
 
 M: latin1 stream-write-encoded 
-    drop 256 encode-check<= ;
+    drop 256 encode-check< ;
 
 M: latin1 decode-step
     drop swap push ;