2009-02-02 00:47:36 -05:00
! Copyright (C) 2009 Daniel Ehrenberg
! See http://factorcode.org/license.txt for BSD license.
USING: help.markup help.syntax ;
2009-03-03 00:19:06 -05:00
IN: io.encodings.shift-jis
2009-02-02 00:47:36 -05:00
2009-03-03 00:19:06 -05:00
ARTICLE: "io.encodings.shift-jis" "Shift JIS"
"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."
2009-10-01 15:56:36 -04:00
{ $subsections
shift-jis
windows-31j
} ;
2009-02-02 00:47:36 -05:00
2009-03-03 00:19:06 -05:00
ABOUT: "io.encodings.shift-jis"
2009-02-02 00:47:36 -05:00
HELP: windows-31j
{ $class-description "The encoding descriptor Windows-31J, which is sometimes informally called Shift JIS. This is based on Code Page 932." }
{ $see-also "encodings-introduction" shift-jis } ;
HELP: shift-jis
{ $class-description "The encoding descriptor for Shift JIS, or JIS X 208:1997 Appendix 1. Microsoft extensions are not included." }
{ $see-also "encodings-introduction" windows-31j } ;