*[[http://blog.paran.com/ahnmatae/25331161|안마태 libhangul 0.0.7]]
====== 조합테이블 ======
static const HangulCombinationItem hangul_combination_table_amt[] = {
{ 0x11001103, 0x1104}, /* choseong tikeut + tikeut = ssangtikeut */
{ 0x11001103, 0x1104}, /* choseong tikeut + tikeut = ssangtikeut */
{ 0x1100110b, 0x1101}, /* choseong kiyeok + kiyeok = ssangkiyeok */
>>> import unicodedata
>>> unicodedata.category(unichr(0x1100))
'Lo'
>>> unicodedata.name(unichr(0x1104))
'HANGUL CHOSEONG SSANGTIKEUT'
>>> unicodedata.name(unichr(0x110b))
'HANGUL CHOSEONG IEUNG'
====== 버그버그버그 ======
*청 : ㅈᆼ허sbth
*각 입력후 한 자 지우면 중성이 지워짐
====== references ======
*[[http://www.ahnmatae.org/kor/|안마태 소리 글판]]
*[[http://www.softwant.com/sebul/index.php?cat=c&num=001|안마태자판의원리]]
*[[http://kldp.net/projects/hangul/|libhangul]]
*[[http://kldp.net/projects/nabi/|nabi]]
*[[http://blog.paran.com/ahnmatae/25373179|박택순님 안마태 자판 기능추가]]
*[[http://jwmx.tistory.com/1451|장길석님 안마태 자판 설명]]