]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/japanese/japanese-docs.factor
io.encodings.utf8 fixed for bootstrap; add unit tests
[factor.git] / basis / io / encodings / japanese / japanese-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.japanese
5
6 ARTICLE: "io.encodings.japanese" "Japanese text encodings"
7 "Several encodings are used for Japanese text besides the standard UTF encodings for Unicode strings. These are mostly based on the character set defined in the JIS X 208 standard. Current coverage of encodings is incomplete."
8 { $subsection shift-jis }
9 { $subsection windows-31j } ;
10
11 ABOUT: "io.encodings.japanese"
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 } ;