! Copyright (C) 2009 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: help.markup help.syntax ; IN: io.encodings.8-bit.latin10 HELP: latin10 { $var-description "This is the ISO-8859-16 encoding, also called Latin-10: South-Eastern European. It is an 8-bit superset of ASCII." } { $see-also "encodings-introduction" } ; ARTICLE: "io.encodings.8-bit.latin10" "Latin10 encoding" "The " { $vocab-link "io.encodings.8-bit.latin10" } " vocabulary provides the " { $link latin10 } " encoding." ; ABOUT: "io.encodings.8-bit.latin10"