]> 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 ec01da5983376c5a79d3f8061be2f8d47600be58..71e98a1747eb8ffb4181dd4606e3e6d6c622131e 100755 (executable)
@@ -7,3 +7,6 @@ TUPLE: latin1 ;
 
 M: latin1 stream-write-encoded 
     drop 256 encode-check< ;
+
+M: latin1 decode-step
+    drop swap push ;