14 lines
656 B
Factor
14 lines
656 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.greek
|
|
|
|
HELP: latin/greek
|
|
{ $description "This is the ISO-8859-7 encoding, also called Latin/Greek. It is an 8-bit superset of ASCII and provides the characters necessary for Greek written in modern monotonic orthography, or ancient Greek without accent marks." }
|
|
{ $see-also "encodings-introduction" } ;
|
|
|
|
ARTICLE: "io.encodings.8-bit.greek" "Greek encoding"
|
|
"The " { $vocab-link "io.encodings.8-bit.greek" } " vocabulary provides the " { $link latin/greek } " encoding." ;
|
|
|
|
ABOUT: "io.encodings.8-bit.greek"
|