! Copyright (C) 2009 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: help.markup help.syntax ; IN: io.encodings.8-bit.latin5 HELP: latin5 { $var-description "This is the ISO-8859-9 encoding, also called Latin-5: Turkish. It is an 8-bit superset of ASCII and provides the characters necessary for Turkish, similar to Latin-1 but replacing the spots used for Icelandic with characters used in Turkish." } { $see-also "encodings-introduction" } ; ARTICLE: "io.encodings.8-bit.latin5" "Latin5 encoding" "The " { $vocab-link "io.encodings.8-bit.latin5" } " vocabulary provides the " { $link latin5 } " encoding." ; ABOUT: "io.encodings.8-bit.latin5"