! Copyright (C) 2009 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: help.markup help.syntax ; IN: io.encodings.8-bit.hebrew HELP: latin/hebrew { $var-description "This is the ISO-8859-8 encoding, also called Latin/Hebrew. It is an 8-bit superset of ASCII and provides the characters necessary for modern Hebrew without explicit vowels. Generally, this is interpreted in logical order, making it ISO-8859-8-I, technically." } { $see-also "encodings-introduction" } ; ARTICLE: "io.encodings.8-bit.hebrew" "Hebrew encoding" "The " { $vocab-link "io.encodings.8-bit.hebrew" } " vocabulary provides the " { $link latin/hebrew } " encoding." ; ABOUT: "io.encodings.8-bit.hebrew"