]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/8-bit/mac-roman/mac-roman-docs.factor
factor: clean up whitespace in -docs files
[factor.git] / basis / io / encodings / 8-bit / mac-roman / mac-roman-docs.factor
1 ! Copyright (C) 2009 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: help.markup help.syntax ;
4 IN: io.encodings.8-bit.mac-roman
5
6 HELP: mac-roman
7 { $var-description "Mac Roman is an 8-bit superset of ASCII which was the standard encoding on Mac OS prior to version 10. It is incompatible with Latin-1 in all but a few places and ASCII, and it is suitable for encoding many Western European languages." }
8 { $see-also "encodings-introduction" } ;
9
10 ARTICLE: "io.encodings.8-bit.mac-roman" "Mac Roman encoding"
11 "The " { $vocab-link "io.encodings.8-bit.mac-roman" } " vocabulary provides the " { $link mac-roman } " encoding." ;
12
13 ABOUT: "io.encodings.8-bit.mac-roman"