]> gitweb.factorcode.org Git - factor.git/commitdiff
io.encodings.korean johab documentation
authorYun, Jonghyouk <ageldama@gmail.com>
Sat, 28 Feb 2009 14:36:53 +0000 (23:36 +0900)
committerYun, Jonghyouk <ageldama@gmail.com>
Sat, 28 Feb 2009 14:36:53 +0000 (23:36 +0900)
basis/io/encodings/korean/korean-docs.factor

index 2500e794a73a06dbb509382d1d9685fea093df82..79424f2ab0488259ef2060526d191b0e2bcd932d 100644 (file)
@@ -5,10 +5,17 @@ IN: io.encodings.korean
 
 ARTICLE: "io.encodings.korean" "Korean text encodings"
 "The " { $vocab-link "io.encodings.korean" } " vocabulary implements encodings used for Korean text besides the standard UTF encodings for Unicode strings."
-{ $subsection cp949 } ;
+{ $subsection cp949 }
+{ $subsection johab }
+{ $see-also "encodings-introduction" }
+;
 
 ABOUT: "io.encodings.korean"
 
 HELP: cp949
-{ $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. " }
-{ $see-also "encodings-introduction" } ;
+{ $class-description "This encoding class implements Microsoft's code page #949 encoding, also called Unified Hangul Code (KSC5601-1987), UHC. CP949 is extended version of EUC-KR and downward-compatibility to EUC-KR." }
+;
+
+HELP: johab
+{ $class-description "Korean Johab encoding (KSC5601-1992). Although Johab encoding is not used anymore." }
+;
\ No newline at end of file