! Copyright (C) 2009 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: help.markup help.syntax ; IN: io.encodings.8-bit.latin6 HELP: latin6 { $var-description "This is the ISO-8859-10 encoding, also called Latin-6: Nordic. It is an 8-bit superset of ASCII containing the same characters as Latin-4, but rearranged to be of better use to nordic languages." } { $see-also "encodings-introduction" } ; ARTICLE: "io.encodings.8-bit.latin6" "Latin6 encoding" "The " { $vocab-link "io.encodings.8-bit.latin6" } " vocabulary provides the " { $link latin6 } " encoding." ; ABOUT: "io.encodings.8-bit.latin6"