]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/script/script-docs.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / unicode / script / script-docs.factor
index 266f32144b7c991cdf95191193423805344c24db..ed255cc803b5778b2fb03f056505b947e0e817c5 100644 (file)
@@ -1,14 +1,14 @@
-! Copyright (C) 2009 Daniel Ehrenberg\r
-! See http://factorcode.org/license.txt for BSD license.\r
-USING: help.syntax help.markup strings ;\r
-IN: unicode.script\r
-\r
-ABOUT: "unicode.script"\r
-\r
-ARTICLE: "unicode.script" "Unicode script properties"\r
-"The unicode standard gives every character a script. Note that this is different from a language, and that it is non-trivial to detect language from a string. To get the script of a character, use"\r
-{ $subsections script-of } ;\r
-\r
-HELP: script-of\r
-{ $values { "char" "a code point" } { "script" string } }\r
-{ $description "Finds the script of the given Unicode code point, represented as a string." } ;\r
+! Copyright (C) 2009 Daniel Ehrenberg
+! See http://factorcode.org/license.txt for BSD license.
+USING: help.syntax help.markup strings ;
+IN: unicode.script
+
+ABOUT: "unicode.script"
+
+ARTICLE: "unicode.script" "Unicode script properties"
+"The unicode standard gives every character a script. Note that this is different from a language, and that it is non-trivial to detect language from a string. To get the script of a character, use"
+{ $subsections script-of } ;
+
+HELP: script-of
+{ $values { "char" "a code point" } { "script" string } }
+{ $description "Finds the script of the given Unicode code point, represented as a string." } ;