]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/korean/korean-docs.factor
io.encodings.utf8 fixed for bootstrap; add unit tests
[factor.git] / basis / io / encodings / korean / korean-docs.factor
1 ! Copyright (C) 2009 Yun, Jonghyouk.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: help.syntax help.markup ;
4 IN: io.encodings.korean
5
6 ARTICLE: "io.encodings.korean" "Korean text encodings"
7 "The " { $vocab-link "io.encodings.korean" } " vocabulary implements encodings used for Korean text besides the standard UTF encodings for Unicode strings."
8 { $subsection cp949 } ;
9
10 ABOUT: "io.encodings.korean"
11
12 HELP: cp949
13 { $class-description "This encoding class implements Microsoft's code page #949 encoding, also called Unified Hangul Code or ks_c_5601-1987, UHC. CP949 is extended version of EUC-KR and downward-compatibility to EUC-KR. " }
14 { $see-also "encodings-introduction" } ;