Automatic font selection
------------------------

This feature enables automatic font handling if font encoding part in XLFD
is specified. So -ks option don't need anymore.

To use automatic font selection, hangulFont resource name is fully specified
in encoding part. Currently 3 font type is supported:
 
 - johab, johabs, johabsh encoding
 - ksc5601.1987-0 encoding
 - ksc5601.1987-1 encoding

Example: 

<Johab font>

hanterm.vt100.font: -schumacher-clean-*-r-normal--16-*-*-*-*-*-iso8859-1
hanterm.vt100.hangulFont: -kaist-iyagi-bold-r-normal--16-160-75-75-c-160-johabsh-1

<Wansung font>

hanterm.vt100.font: -misc-fixed-medium-r-semicondensed--13-120-*-75-*-*-iso8859-
1
hanterm.vt100.hangulFont: -sun-kodig-medium-r-normal--12-120-75-75-c-120-ksc5601
.1987-0

When you are using Wansung type hangul font, do not give '-ks' option
to hanterm. It will detect font encoding automatically.

This work is done by Lim Jongwoo <jwlim@hisys.co.kr>.

There is three patched file, automata.c, hangul.c, main.c.
