14 lines
618 B
Factor
14 lines
618 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.latin2
|
|
|
|
HELP: latin2
|
|
{ $var-description "This is the ISO-8859-2 encoding, also called Latin-2: Eastern European. It is an 8-bit superset of ASCII and provides the characters necessary for most eastern European languages." }
|
|
{ $see-also "encodings-introduction" } ;
|
|
|
|
ARTICLE: "io.encodings.8-bit.latin2" "Latin2 encoding"
|
|
"The " { $vocab-link "io.encodings.8-bit.latin2" } " vocabulary provides the " { $link latin2 } " encoding." ;
|
|
|
|
ABOUT: "io.encodings.8-bit.latin2"
|