factor/basis/io/encodings/euc-kr/euc-kr-docs.factor

13 lines
536 B
Factor
Raw Normal View History

2009-02-17 07:46:57 -05:00
! Copyright (C) 2009 Yun, Jonghyouk.
! See http://factorcode.org/license.txt for BSD license.
USING: help.syntax help.markup ;
2009-03-02 19:22:55 -05:00
IN: io.encodings.euc-kr
2009-02-17 07:46:57 -05:00
2009-03-02 19:22:55 -05:00
HELP: euc-kr
2009-03-08 03:49:06 -04:00
{ $class-description "This encoding class implements Microsoft's CP949 encoding, also called Unified Hangul Code or ks_c_5601-1987, UHC. CP949 is extended version of EUC-KR and downward-compatible with EUC-KR in practice." }
2009-02-17 07:46:57 -05:00
{ $see-also "encodings-introduction" } ;
2009-03-08 03:49:06 -04:00
ARTICLE: "io.encodings.euc-kr" "EUC-KR encoding"
{ $subsections euc-kr } ;
2009-03-08 03:49:06 -04:00
ABOUT: "io.encodings.euc-kr"