]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/shift-jis/shift-jis-docs.factor
938e3a18dfd3159e0c36285e5ae7aba8eb461f61
[factor.git] / basis / io / encodings / shift-jis / shift-jis-docs.factor
1 ! Copyright (C) 2009 Daniel Ehrenberg
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: help.markup help.syntax ;
4 IN: io.encodings.shift-jis
5
6 ARTICLE: "io.encodings.shift-jis" "Shift JIS"
7 "Shift JIS is a text encoding for Japanese. There are multiple versions, depending on whether the offical standard or the modified Microsoft version is required."
8 { $subsection shift-jis }
9 { $subsection windows-31j } ;
10
11 ABOUT: "io.encodings.shift-jis"
12
13 HELP: windows-31j
14 { $class-description "The encoding descriptor Windows-31J, which is sometimes informally called Shift JIS. This is based on Code Page 932." }
15 { $see-also "encodings-introduction" shift-jis } ;
16
17 HELP: shift-jis
18 { $class-description "The encoding descriptor for Shift JIS, or JIS X 208:1997 Appendix 1. Microsoft extensions are not included." }
19 { $see-also "encodings-introduction" windows-31j } ;