From c2a5e330a4e809d1c89c03d847eb23dc1154f610 Mon Sep 17 00:00:00 2001 From: Choe Hwanjin Date: Sat, 25 Dec 2010 15:21:40 +0900 Subject: =?UTF-8?q?=EC=95=84=EB=9E=98=ED=95=9C=EA=B8=80=EA=B3=BC=20?= =?UTF-8?q?=EA=B0=99=EC=9D=80=20=EC=95=84=EB=9E=98=EC=95=84=20=EC=A1=B0?= =?UTF-8?q?=ED=95=A9=EA=B7=9C=EC=B9=99=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 아래한글에서는 ㅏ+ㅏ를 아래아로 조합하는 규칙이 있다. 옛한글 입력 편의성을 위해서 아래한글과 같이 ㅏ+ㅏ를 아래아로 변환하는 규칙을 추가한다. git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@240 8f00fcd2-89fc-0310-932e-b01be5b65e01 --- hangul/hangulkeyboard.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit v1.2.1