Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2009-02-18 15:51:15 -06:00
commit 8936ff6c6d
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,14 @@
! Copyright (C) 2009 Yun, Jonghyouk.
! See http://factorcode.org/license.txt for BSD license.
USING: help.syntax help.markup ;
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 } ;
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" } ;

View File

@ -6,6 +6,8 @@ math.order math.parser memoize multiline sequences splitting
values hashtables io.binary ;
IN: io.encodings.korean
! TODO: migrate to common code-table parser (by Dan).
SINGLETON: cp949
cp949 "EUC-KR" register-encoding