]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/normalize/normalize.factor
core: Add the shuffler words but without primitives.
[factor.git] / basis / unicode / normalize / normalize.factor
index 5c9065dc91e3e28b5dfd7121a23ef907fa6a0bf5..791d71e1217d80d618787ada175a454c47337214 100644 (file)
@@ -137,7 +137,7 @@ DEFER: compose-iter
 
 : try-noncombining ( state char -- state )
     [ drop ] [ [ char>> ] dip combine-chars ] 2bi
-    [ >>char to f >>last-class compose-iter ] when* ; inline
+    [ >>char to f >>last-class compose-iter ] when* ; inline recursive
 
 : compose-iter ( state -- state )
     dup current [