New file.
[m17n/m17n-contrib.git] / im / iu-phonetic.mim
1 ;; iu-phonetic.mim -- Phonetic input method for Inuktitut
2 ;; Copyright (C) 2010
3 ;;   Goren (goren -at- riseup.net)
4 ;; This input method table is licensed under the WTFPL. 
5 ;; See http://sam.zoy.org/wtfpl/ for the full text of license and 
6 ;; conditions that apply.
7
8 ;; This file is made for the m17n contrib; a sub-part of the m17n
9 ;; library.
10
11 ;; The m17n library is free software; you can redistribute it and/or
12 ;; modify it under the terms of the GNU Lesser General Public License
13 ;; as published by the Free Software Foundation; either version 2.1 of
14 ;; the License, or (at your option) any later version.
15
16 ;; The m17n library is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19 ;; Lesser General Public License for more details.
20
21 ;; You should have received a copy of the GNU Lesser General Public
22 ;; License along with the m17n library; if not, write to the Free
23 ;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
24 ;; 02111-1307, USA.
25
26 ;;; Input method for Inuktitut
27 ;;;
28
29 (input-method iu phonetic)
30
31 (description
32  "Phonetic input method for Inuktitut syllabry
33 ")
34
35 (title "ᐃᓄᒃᑎᑐᑦ")
36
37 (map
38  (map
39   ("-" "") ;; adding dead dash to break symbols input when needed.
40   ("i" "ᐃ")
41   ("ii" "ᐄ")
42   ("u" "ᐅ")
43   ("uu" "ᐆ")
44   ("a" "ᐊ")
45   ("aa" "ᐋ")
46   ((A-h) 0x1426) ;; an "empty" ending can be put in with alt-h. It is rarely used in writing this days.
47
48   ("pi" "ᐱ")
49   ("pii" "ᐲ")
50   ("pu" "ᐳ")
51   ("puu" "ᐴ")
52   ("pa" "ᐸ")
53   ("paa" "ᐹ")
54   ("p" "ᑉ") 
55
56   ("ti" "ᑎ")
57   ("tii" "ᑏ")
58   ("tu" "ᑐ")
59   ("tuu" "ᑑ")
60   ("ta" "ᑕ")
61   ("taa" "ᑖ")
62   ("t" "ᑦ") 
63
64   ("ki" "ᑭ")
65   ("kii" "ᑮ")
66   ("ku" "ᑯ")
67   ("kuu" "ᑰ")
68   ("ka" "ᑲ")
69   ("kaa" "ᑳ")
70   ("k" "ᒃ")
71
72   ("gi" "ᒋ")
73   ("gii" "ᒌ")
74   ("gu" "ᒍ")
75   ("guu" "ᒎ")
76   ("ga" "ᒐ")
77   ("gaa" "ᒑ")
78   ("g" "ᒡ") 
79
80   ("mi" "ᒥ")
81   ("mii" "ᒦ")
82   ("mu" "ᒧ")
83   ("muu" "ᒨ")
84   ("ma" "ᒪ")
85   ("maa" "ᒫ")
86   ("m" "ᒻ") 
87
88   ("ni" "ᓂ")
89   ("nii" "ᓃ")
90   ("nu" "ᓄ")
91   ("nuu" "ᓅ")
92   ("na" "ᓇ")
93   ("naa" "ᓈ")
94   ("n" "ᓐ") 
95
96   ("si" "ᓯ")
97   ("sii" "ᓰ")
98   ("su" "ᓱ")
99   ("suu" "ᓲ")
100   ("sa" "ᓴ")
101   ("saa" "ᓵ")
102   ("s" "ᔅ") 
103
104   ("li" "ᓕ")
105   ("lii" "ᓖ")
106   ("lu" "ᓗ")
107   ("luu" "ᓘ")
108   ("la" "ᓚ")
109   ("laa" "ᓛ")
110   ("l" "ᓪ") 
111
112   ("ji" "ᔨ")
113   ("jii" "ᔩ")
114   ("ju" "ᔪ")
115   ("juu" "ᔫ")
116   ("ja" "ᔭ")
117   ("jaa" "ᔮ")
118   ("j" "ᔾ") 
119
120 ;; The cluster /jj/ is tyically written ᑦᔭ. No oficial ligature, but useful nontheless.
121   ("jji" "ᑦᔨ")
122   ("jjii" "ᑦᔩ")
123   ("jju" "ᑦᔪ")
124   ("jjuu" "ᑦᔫ")
125   ("jja" "ᑦᔭ")
126   ("jjaa" "ᑦᔮ")
127   ("jj" "ᑦᔾ") 
128
129   ("vi" "ᕕ")
130   ("vii" "ᕖ")
131   ("vu" "ᕗ")
132   ("vuu" "ᕘ")
133   ("va" "ᕙ")
134   ("vaa" "ᕚ")
135   ("v" "ᕝ") 
136
137   ("ri" "ᕆ")
138   ("rii" "ᕇ")
139   ("ru" "ᕈ")
140   ("ruu" "ᕉ")
141   ("ra" "ᕋ")
142   ("raa" "ᕌ")
143   ("r" "ᕐ")
144
145   ("qi" "ᕿ")
146   ("qii" "ᖀ")
147   ("qu" "ᖁ")
148   ("quu" "ᖂ")
149   ("qa" "ᖃ")
150   ("qaa" "ᖄ")
151   ("q" "ᖅ") 
152
153   ("ngi" "ᖏ")
154   ("ngii" "ᖐ")
155   ("ngu" "ᖑ")
156   ("nguu" "ᖒ")
157   ("nga" "ᖓ")
158   ("ngaa" "ᖔ")
159   ("ng" "ᖕ") 
160
161   ("nngi" "ᙱ")
162   ("nngii" "ᙲ")
163   ("nngu" "ᙳ")
164   ("nnguu" "ᙴ")
165   ("nnga" "ᙵ")
166   ("nngaa" "ᙶ")
167   ("ng" "ᖖ") 
168
169 ;; The IPA [ɬ]-sound series, often written as ł or & in transliteration
170
171   ("Li" "ᖠ")
172   ("Lii" "ᖡ")
173   ("Lu" "ᖢ")
174   ("Luu" "ᖣ")
175   ("La" "ᖤ")
176   ("Laa" "ᖥ")
177   ("L" "ᖦ")
178
179 ;; The h-series is very rare, probably not used any more. Included for completeness' sake. 
180 ;; It is recommended to use the s-series instead.
181
182   ("hi" "ᕵ")
183   ("hii" 0x1576)
184   ("hu" "ᕷ")
185   ("huu" 0x1578)
186   ("ha" "ᕹ")
187   ("haa" 0x157a)
188   ("h" "ᕻ")
189   ("H" 0x157c) ;; Unicode has a special character for Nunavut version of Latin capital H to be used with syllabics in loanwords
190
191 ;; The Cree th-series can be occasionally borrowed to represent the IPA [ɉ]-sound (sometimes written as r*) 
192 ;; in Natsilingmiutut and maybe some other dialects of Inuktitut.
193
194   ("Jai" 0x15a7)
195   ("Ji" 0x15a8)
196   ("Jii" 0x15a9)
197   ("Ju" 0x15aa)
198   ("Juu" 0x15ab)
199   ("Ja" 0x15ac)
200   ("Jaa" 0x15ad)
201   ("J" 0x15ae)
202
203 ;; "Classic" /ai/-row symbols, abandoned in 1970-s and recently reinstated in Nunavik (but not in Nunavut).
204 ;; If you don't wish to use them, comment the following lines out.
205 ;; Tha long /aai/-row is extremely rare, probably not used anymore. Maybe can be useful for historical purposes.
206
207   ("ai" "ᐁ")
208   ("aai" "ᐂ")
209   ("pai" "ᐯ")
210   ("paai" 0x1430)
211   ("tai" "ᑌ")
212   ("taai" 0x144d)
213   ("kai" "ᑫ")
214   ("kaai" 0x146c)
215   ("gai" "ᒉ")
216   ("gaai" 0x148a)
217   ("mai" "ᒣ")
218   ("maai" 0x14a4)
219   ("nai" "ᓀ")
220   ("naai" 0x14c1)
221   ("sai" "ᓭ")
222   ("saai" 0x14ee)
223   ("lai" "ᓓ")
224   ("laai" 0x14d4)
225   ("jai" "ᔦ")
226   ("jaai" 0x1527)
227   ("jjai" "ᑦᔦ")
228   ("jjaai" "ᑦᔧ")
229   ("vai" "ᕓ")
230   ("vaai" 0x1554)
231   ("rai" "ᕃ")
232   ("raai" 0x1545)
233   ("qai" "ᙯ")
234   ("qaai" 0x157e)
235   ("ngai" "ᙰ")
236   ("ngaai" 0x158e)
237   ("hai" "ᕴ")
238
239 ))
240
241 (state
242  (init
243   (map)))
244
245 ;; Local Variables:
246 ;; coding: utf-8
247 ;; mode: lisp
248 ;; End: