]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/stage2.factor
Revert "io.encodings.utf16: add a utf16n word for native utf16 type."
[factor.git] / basis / bootstrap / stage2.factor
index 8ff0d37d59edf231cdf60d9c880a5715c8def329..3ec202482745c14525492288846fa7382dff574e 100644 (file)
@@ -13,8 +13,10 @@ SYMBOL: bootstrap-time
 : strip-encodings ( -- )
     os unix? [
         [
-            P" resource:core/io/encodings/utf16/utf16.factor" forget
-            "io.encodings.utf16" loaded-child-vocab-names [ forget-vocab ] each
+            P" resource:core/io/encodings/utf16/utf16.factor"
+            P" resource:core/io/encodings/utf16n/utf16n.factor" [ forget ] bi@
+            "io.encodings.utf16"
+            "io.encodings.utf16n" [ loaded-child-vocab-names [ forget-vocab ] each ] bi@
         ] with-compilation-unit
     ] when ;