Update copyright year to 2014 by running admin/update-copyright.
[emacs.git] / lisp / leim / quail / symbol-ksc.el
blob4c398771c588292390c8a849f3769ec1dc8949b3
1 ;;; symbol-ksc.el --- Quail-package for Korean Symbol (KSC5601) -*-coding: utf-8;-*-
3 ;; Copyright (C) 1997, 2001-2014 Free Software Foundation, Inc.
4 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
5 ;; 2006, 2007, 2008, 2009, 2010, 2011
6 ;; National Institute of Advanced Industrial Science and Technology (AIST)
7 ;; Registration Number H14PRO021
9 ;; Keywords: multilingual, input method, Korean, Hangul
11 ;; This file is part of GNU Emacs.
13 ;; GNU Emacs is free software: you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by
15 ;; the Free Software Foundation, either version 3 of the License, or
16 ;; (at your option) any later version.
18 ;; GNU Emacs is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 ;; GNU General Public License for more details.
23 ;; You should have received a copy of the GNU General Public License
24 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
26 ;;; 94.10.24 Written for Mule Ver.2.0 (koaunghi.un@zdv.uni-tuebingen.de)
27 ;;; 94.11.04 Updated for Mule Ver.2.1 (koaunghi.un@zdv.uni-tuebingen.de)
28 ;;; 96.09.23 Updated for emacs-19.33-beta (koaunghi.un@zdv.uni-tuebingen.de)
30 ;;; Commentary:
32 ;;; Code:
34 (require 'quail)
35 (require 'korea-util)
37 (quail-define-package
38 "korean-symbol" "Korean" "심벌" t
39 "한글심벌입력표:
40 【(】괄호열기【arrow】화살【sex】♂♀【index】첨자 【accent】악센트
41 【)】괄호닫기【music】음악【dot】점 【quote】따옴표【xtext】§※¶¡¿
42 【Unit】℃Å¢℉【math】수학기호【pic】상형문자【line】선문자
43 【unit】단위 【frac】분수 【textline】­―∥\∼
44 【wn】㈜【ks】㉿【No】№【㏇】㏇ 【dag】† 【ddag】‡【percent】‰
45 【am】㏂【pm】㏘【™】™【Tel】℡【won】₩ 【yen】¥ 【pound】£
46 【Eng】ABC… 【enum】012… 【Russ】АБВ…【Greek】ΑΒΓ…
47 【eng】abc… 【easc】영어ASCII【russ】абв…【greek】αβγ…
48 【Rom】ⅠⅡⅢ… 【Scan】ÆЪ… 【hira】ぁあぃ
49 【rom】ⅰⅱⅲ… 【scan】æđð… 【kata】ァアィ
50 【ojaso】㉠∼㉭【pjaso】㈀∼㈍【oeng】ⓐ∼ⓩ【peng】⒜∼⒵
51 【ogana】㉮∼㉻【pgana】㈎∼㈛【onum】①∼⑮【pnum】⑴∼⒂
52 【자소】2벌식 + ㅥ(S) ㅿ(t_) ㆁ(D) ㆀ(DD) ㅱ(aD) ㆆ(_d) ㆅ(G) ㆍ(uk)")
54 (quail-define-rules
55 ("(" "〔〈《「『【")
56 (")" "〕〉》」』】")
57 ("math" "±×÷≠≤≥∞∴∠⊥⌒∂∇≡≒〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨¬⇒⇔∀∃∮∑∏")
58 ("pic" "☆★○●◎◇◆□■△▲▽▼◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¤")
59 ("arrow" "→←↑↓↔↕↗↙↖↘")
60 ("music" "♭♩♪♬")
61 ("won" "₩")
62 ("yen" "¥")
63 ("pound" "£")
64 ("xtext" "§※¶¡¿")
65 ("dot" "·‥…¨ː")
66 ("quote" "、。〃‘’“”°′″´˝")
67 ("textline" "­―∥\∼")
68 ("Unit" "℃Å¢℉")
69 ("sex" "♂♀")
70 ("accent" "~ˇ˘˚˙¸˛")
71 ("percent" "‰")
72 ("dag" "†")
73 ("ddag" "‡")
74 ("wn" "㈜")
75 ("ks" "㉿")
76 ("No" "№")
77 ("Co" "㏇")
78 ("TM" "™")
79 ("am" "㏂")
80 ("pm" "㏘")
81 ("Tel" "℡")
82 ("easc" "!"#$%&'()*+,-./:;<=>?@[]^_`{|} ̄")
83 ("enum" "0123456789")
84 ("Eng" "ABCDEFGHIJKLMNOPQRSTUVWXYZ")
85 ("eng" "abcdefghijklmnopqrstuvwxyz")
86 ("r" "ㄱ")
87 ("R" "ㄲ")
88 ("rt" "ㄳ")
89 ("s" "ㄴ")
90 ("sw" "ㄵ")
91 ("sg" "ㄶ")
92 ("e" "ㄷ")
93 ("E" "ㄸ")
94 ("f" "ㄹ")
95 ("fr" "ㄺ")
96 ("fa" "ㄻ")
97 ("fq" "ㄼ")
98 ("ft" "ㄽ")
99 ("fx" "ㄾ")
100 ("fv" "ㄿ")
101 ("fg" "ㅀ")
102 ("a" "ㅁ")
103 ("q" "ㅂ")
104 ("Q" "ㅃ")
105 ("qt" "ㅄ")
106 ("t" "ㅅ")
107 ("T" "ㅆ")
108 ("d" "ㅇ")
109 ("w" "ㅈ")
110 ("W" "ㅉ")
111 ("c" "ㅊ")
112 ("z" "ㅋ")
113 ("x" "ㅌ")
114 ("v" "ㅍ")
115 ("g" "ㅎ")
116 ("k" "ㅏ")
117 ("o" "ㅐ")
118 ("i" "ㅑ")
119 ("O" "ㅒ")
120 ("j" "ㅓ")
121 ("p" "ㅔ")
122 ("u" "ㅕ")
123 ("P" "ㅖ")
124 ("h" "ㅗ")
125 ("hk" "ㅘ")
126 ("ho" "ㅙ")
127 ("hl" "ㅚ")
128 ("y" "ㅛ")
129 ("n" "ㅜ")
130 ("nj" "ㅝ")
131 ("np" "ㅞ")
132 ("nl" "ㅟ")
133 ("b" "ㅠ")
134 ("m" "ㅡ")
135 ("ml" "ㅢ")
136 ("l" "ㅣ")
137 ("S" "ㅥ")
138 ("se" "ㅦ")
139 ("st" "ㅧ")
140 ("st_" "ㅨ")
141 ("frt" "ㅩ")
142 ("fqt" "ㅫ")
143 ("fe" "ㅪ")
144 ("ft_" "ㅬ")
145 ("f_d" "ㅭ")
146 ("aq" "ㅮ")
147 ("at" "ㅯ")
148 ("at_" "ㅰ")
149 ("aD" "ㅱ")
150 ("qr" "ㅲ")
151 ("qe" "ㅳ")
152 ("qtr" "ㅴ")
153 ("qte" "ㅵ")
154 ("qw" "ㅶ")
155 ("qx" "ㅷ")
156 ("qD" "ㅸ")
157 ("QD" "ㅹ")
158 ("tr" "ㅺ")
159 ("ts" "ㅻ")
160 ("te" "ㅼ")
161 ("tq" "ㅽ")
162 ("tw" "ㅾ")
163 ("t_" "ㅿ")
164 ("DD" "ㆀ")
165 ("D" "ㆁ")
166 ("Dt" "ㆂ")
167 ("Dt_" "ㆃ")
168 ("vD" "ㆄ")
169 ("G" "ㆅ")
170 ("_d" "ㆆ")
171 ("yi" "ㆇ")
172 ("yO" "ㆈ")
173 ("yl" "ㆉ")
174 ("bu" "ㆊ")
175 ("bP" "ㆋ")
176 ("bl" "ㆌ")
177 ("uk" "ㆍ")
178 ("ukl" "ㆎ")
179 ("Rom" "ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩ")
180 ("rom" "ⅰⅱⅲⅳⅴⅵⅶⅷⅸⅹ")
181 ("Greek" "ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ")
182 ("greek" "αβγδεζηθικλμνξοπρστυφχψω")
183 ("line" "─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃╄╅╆╇╈╉╊")
184 ("unit" "㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙㎚㎛㎜㎝㎞㎟㎠㎡㎢㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰㎱㎲㎳㎴㎵㎶㎷㎸㎹㎀㎁㎂㎃㎄㎺㎻㎼㎽㎾㎿㎐㎑㎒㎓㎔Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆")
185 ("Scan" "ÆЪĦIJĿŁØŒºÞŦŊ")
186 ("ojaso" "㉠㉡㉢㉣㉤㉥㉦㉧㉨㉩㉪㉫㉬㉭")
187 ("ogana" "㉮㉯㉰㉱㉲㉳㉴㉵㉶㉷㉸㉹㉺㉻")
188 ("oeng" "ⓐⓑⓒⓓⓔⓕⓖⓗⓘⓙⓚⓛⓜⓝⓞⓟⓠⓡⓢⓣⓤⓥⓦⓧⓨⓩ")
189 ("onum" "①②③④⑤⑥⑦⑧⑨⑩⑪⑫⑬⑭⑮")
190 ("frac" "½⅓⅔¼¾⅛⅜⅝⅞")
191 ("scan" "æđðħıijĸŀłøœßþŧŋʼn")
192 ("pjaso" "㈀㈁㈂㈃㈄㈅㈆㈇㈈㈉㈊㈋㈌㈍>")
193 ("pgana" "㈎㈏㈐㈑㈒㈓㈔㈕㈖㈗㈘㈙㈚㈛")
194 ("peng" "⒜⒝⒞⒟⒠⒡⒢⒣⒤⒥⒦⒧⒨⒩⒪⒫⒬⒭⒮⒯⒰⒱⒲⒳⒴⒵")
195 ("pnum" "⑴⑵⑶⑷⑸⑹⑺⑻⑼⑽⑾⑿⒀⒁⒂")
196 ("index" "¹²³⁴ⁿ₁₂₃₄")
197 ("hira" "ぁあぃいぅうぇえぉおかがきぎくぐけげこごさざしじすずせぜそぞただちぢっつづてでとどなにぬねのはばぱひびぴふぶぷへべぺほぼぽまみむめもゃやゅゆょよらりるれろゎわゐゑをん")
198 ("kata" "ァアィイゥウェエォオカガキギクグケゲコゴサザシジスズセゼソゾタダチヂッツヅテデトドナニヌネノハバパヒビピフブプヘベペホボポマミムメモャヤュユョヨラリルレロヮワヰヱヲンヴヵヶ")
199 ("Russ" "АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ")
200 ("russ" "абвгдеёжзийклмнопрстуфхцчшщъыьэюя"))
202 ;;; symbol-ksc.el ends here