summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2010-12-25 15:21:40 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2010-12-25 15:21:40 +0900
commitc2a5e330a4e809d1c89c03d847eb23dc1154f610 (patch)
tree2d9a0cc0dc77ffb1e21086196b96318ab7a8b5cf
parentd3d61b843c76ec482d238a890a550d36424db50d (diff)
downloadlibhangul-c2a5e330a4e809d1c89c03d847eb23dc1154f610.tar.gz
아래한글과 같은 아래아 조합규칙 추가
아래한글에서는 ㅏ+ㅏ를 아래아로 조합하는 규칙이 있다. 옛한글 입력 편의성을 위해서 아래한글과 같이 ㅏ+ㅏ를 아래아로 변환하는 규칙을 추가한다. git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@240 8f00fcd2-89fc-0310-932e-b01be5b65e01
-rw-r--r--hangul/hangulkeyboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hangul/hangulkeyboard.h b/hangul/hangulkeyboard.h
index 8c0e32a..931b766 100644
--- a/hangul/hangulkeyboard.h
+++ b/hangul/hangulkeyboard.h
@@ -1365,6 +1365,7 @@ static const HangulCombinationItem hangul_combination_table_full[] = {
{ 0x114e114e, 0x114f }, /* choseong chitueumcieuc + chitueumcieuc = chitueumssangcieuc */
{ 0x11501150, 0x1151 }, /* choseong ceongchieumcieuc + ceongchieumcieuc = ceongchieumssangcieuc */
{ 0x11591159, 0xa97c }, /* choseong yeorinhieuh + yeorinhieuh = ssangyeorinhieuh */
+ { 0x11611161, 0x119e }, /* jungseong a + a = arae-a */
{ 0x11611169, 0x1176 }, /* jungseong a + o = a-o */
{ 0x1161116e, 0x1177 }, /* jungseong a + u = a-u */
{ 0x11611173, 0x11a3 }, /* jungseong a + eu = a-eu */
@@ -1599,6 +1600,7 @@ static const HangulCombinationItem hangul_combination_table_full[] = {
{ 0xa9661103, 0xa967 }, /* choseong rieul-tikeut + tikeut = rieul-ssangtikeut */
{ 0xa9691107, 0xa96a }, /* choseong rieul-pieup + pieup = rieul-ssangpieup */
{ 0xa969110b, 0xa96b }, /* choseong rieul-pieup + ieung = rieul-kapyeounpieup */
+ { 0xd7c51161, 0x11a2 }, /* jungseong araea-a + a = ssangaraea */
{ 0xd7cd11b8, 0xd7ce }, /* jongseong ssangtikeut + pieup = ssangtikeut-pieup */
{ 0xd7d011a8, 0xd7d1 }, /* jongseong tikeut-sios + kiyeok = tikeut-sios-kiyeok */
{ 0xd7de11ab, 0xd7df }, /* jongseong mieum-nieun + nieun = mieum-ssangnieun */