! Copyright (C) 2009 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: help.markup help.syntax ; IN: io.encodings.8-bit.latin8 HELP: latin8 { $var-description "This is the ISO-8859-14 encoding, also called Latin-8: Celtic. It is an 8-bit superset of ASCII designed for Celtic languages like Gaelic and Breton." } { $see-also "encodings-introduction" } ; ARTICLE: "io.encodings.8-bit.latin8" "Latin8 encoding" "The " { $vocab-link "io.encodings.8-bit.latin8" } " vocabulary provides the " { $link latin8 } " encoding." ; ABOUT: "io.encodings.8-bit.latin8"