14 lines
674 B
Factor
14 lines
674 B
Factor
! Copyright (C) 2009 Doug Coleman.
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
USING: help.markup help.syntax ;
|
|
IN: io.encodings.8-bit.latin1
|
|
|
|
HELP: latin1
|
|
{ $var-description "This is the ISO-8859-1 encoding, also called Latin-1: Western European. It is an 8-bit superset of ASCII which is the default for a mimetype starting with 'text' and provides the characters necessary for most western European languages." }
|
|
{ $see-also "encodings-introduction" } ;
|
|
|
|
ARTICLE: "io.encodings.8-bit.latin1" "Latin1 encoding"
|
|
"The " { $vocab-link "io.encodings.8-bit.latin1" } " vocabulary provides the " { $link latin1 } " encoding." ;
|
|
|
|
ABOUT: "io.encodings.8-bit.latin1"
|