10 lines
293 B
Factor
10 lines
293 B
Factor
|
! Copyright (C) 2009 Yun, Jonghyouk.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: help.syntax help.markup ;
|
||
|
IN: io.encodings.korean.johab
|
||
|
|
||
|
ABOUT: johab
|
||
|
|
||
|
HELP: johab
|
||
|
{ $class-description "Korean Johab encoding (KSC5601-1992). This encoding is not commonly used anymore." } ;
|