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