13 lines
535 B
Factor
13 lines
535 B
Factor
! Copyright (C) 2009 Yun, Jonghyouk.
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
USING: help.syntax help.markup ;
|
|
IN: io.encodings.euc-kr
|
|
|
|
HELP: euc-kr
|
|
{ $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." }
|
|
{ $see-also "encodings-introduction" } ;
|
|
|
|
ARTICLE: "io.encodings.euc-kr" "EUC-KR encoding"
|
|
{ $subsection euc-kr } ;
|
|
|
|
ABOUT: "io.encodings.euc-kr" |