]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/shift-jis/shift-jis-docs.factor
50a553c94875189fc8fc868d7f72c90320553777
[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 official standard or the modified Microsoft version is required."
8 { $subsections
9     shift-jis
10     windows-31j
11 } ;
12
13 ABOUT: "io.encodings.shift-jis"
14
15 HELP: windows-31j
16 { $class-description "The encoding descriptor Windows-31J, which is sometimes informally called Shift JIS. This is based on Code Page 932." }
17 { $see-also "encodings-introduction" shift-jis } ;
18
19 HELP: shift-jis
20 { $class-description "The encoding descriptor for Shift JIS, or JIS X 208:1997 Appendix 1. Microsoft extensions are not included." }
21 { $see-also "encodings-introduction" windows-31j } ;