]> gitweb.factorcode.org Git - factor.git/blobdiff - core/alien/strings/strings-docs.factor
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / core / alien / strings / strings-docs.factor
index 335ab73328e69898d6a1b3c4ffd225bfdfecc2b3..9caa02bb5bc6548fa8511a45b4494d6caba54bf2 100644 (file)
@@ -15,6 +15,6 @@ HELP: string>symbol
 { $values { "str/seq" { $or string sequence } } { "alien" alien } }
 { $description "Converts the string to a format which is a valid symbol name for the Factor VM's compiled code linker. By performing this conversion ahead of time, the image loader can run without allocating memory."
 $nl
-"On Windows CE, symbols are represented as UCS2 strings, and on all other platforms they are ASCII strings." } ;
+"On all platforms, symbols are ASCII strings." } ;
 
 ABOUT: "c-strings"