Update copyright years
[m17n/m17n-contrib.git] / im / nsk-phonetic.mim
1 ;; nsk-phonetic.mim -- Phonetic input method for Eastern Cree syllabics
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 Naskapi language
27 ;;;
28
29 (input-method nsk phonetic)
30
31 (description
32  "Phonetic input method for Naskapi (ᓇᔅᑲᐱ (Naskapi), ᐃᔪᐤ ᐃᔨᒧᐅᓐ (Iyow Iyimoon) [nsk]) language.
33
34 ")
35
36 (title "nsk")
37
38 (map
39  (map
40   ("-" "") ;; adding dead dash to break symbols input when needed.
41   ("i" "ᐃ")
42   ("o" "ᐅ")
43   ("a" "ᐊ")
44   ("wo" "ᐖ")
45   ("wa" "ᐛ")
46   ("w" "ᐤ")
47
48   ("pi" "ᐱ")
49   ("po" "ᐳ")
50   ("pa" "ᐸ")
51   ("pwa" 0x1448) ;; rare
52   ("p" "ᑉ") 
53
54   ("ti" "ᑎ")
55   ("to" "ᑐ")
56   ("ta" "ᑕ")
57   ("twa" "ᑥ")
58   ("t" "ᑦ") 
59
60   ("ki" "ᑭ")
61   ("ko" "ᑯ")
62   ("ka" "ᑲ")
63   ("kwa" "ᒂ")
64   ("k" "ᒃ")
65   ("kw" "ᒄ")
66
67   ("ci" "ᒋ")
68   ("co" "ᒍ")
69   ("ca" "ᒐ")
70   ("cwa" "ᒠ")
71   ("c" "ᒡ") 
72
73   ("mi" "ᒥ")
74   ("mo" "ᒧ")
75   ("ma" "ᒪ")
76   ("mwa" "ᒺ")
77   ("m" "ᒻ") 
78   ("mw" "ᒽ")
79
80   ("ni" "ᓂ")
81   ("no" "ᓄ")
82   ("na" "ᓇ")
83   ("nwa" "ᓏ")
84   ("n" "ᓐ") 
85
86   ("si" "ᓯ")
87   ("so" "ᓱ")
88   ("sa" "ᓴ")
89   ("swa" "ᔄ")
90   ("s" "ᔅ") 
91
92   ("yi" "ᔨ")
93   ("yo" "ᔪ")
94   ("ya" "ᔭ")
95   ("ywa" "ᔽ")
96   ("y" "ᔾ") 
97   ("Y" "ᐤ") ;; This variant of y-final clashes with 'w' and is rarely used, hence inputting with capital Y.
98
99   ("ri" "ᕆ")
100   ("ro" "ᕈ")
101   ("ra" "ᕋ")
102   ("r" "ᕐ") 
103
104   ("li" "ᓕ")
105   ("lo" "ᓗ")
106   ("la" "ᓚ")
107   ("l" "ᓪ")
108
109   ("h" "ᐦ")
110   ("hke" "ᐧᑫ")
111   ("hki" "ᐧᑭ")
112   ("hko" "ᐧᑯ")
113   ("hka" "ᐧᑲ")
114   ("hkwa" "ᐧᒂ")
115
116 ;; The sCw-series.
117 ;; Not sure if some of them other than spwa, stwa, skwa and scwa are used, but providing universal way to input them for consistency
118
119   ("spwa" "ᔌ")
120   ("stwa" "ᔍ")
121   ("skwa" "ᔎ")
122   ("scwa" "ᔏ")
123   ("smwa" "ᔋᒪ")
124   ("snwa" "ᔋᓇ")
125   ("skw" "ᔊ")
126
127 ;; Special punctuation symbols for Naskapi.
128   ("." "᙮")
129
130 ))
131
132 (state
133  (init
134   (map)))
135
136 ;; Local Variables:
137 ;; coding: utf-8
138 ;; mode: lisp
139 ;; End: