*** empty log message ***
[m17n/m17n-db.git] / or-itrans.mim
1 ;; or-itrans.mim -- Oriya input method with ITRANS method
2 ;; Copyright (C) 2003, 2004, 2005, 2006
3 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
4 ;;   Registration Number H15PRO112
5
6 ;; This file is part of the m17n database; a sub-part of the m17n
7 ;; library.
8
9 ;; The m17n library is free software; you can redistribute it and/or
10 ;; modify it under the terms of the GNU Lesser General Public License
11 ;; as published by the Free Software Foundation; either version 2.1 of
12 ;; the License, or (at your option) any later version.
13
14 ;; The m17n library is distributed in the hope that it will be useful,
15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 ;; Lesser General Public License for more details.
18
19 ;; You should have received a copy of the GNU Lesser General Public
20 ;; License along with the m17n library; if not, write to the Free
21 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22 ;; Boston, MA 02110-1301, USA.
23
24 (input-method or itrans)
25
26 (description "Oriya input method by ITRANS transliteration.
27 For the detail of ITRANS, see the page:
28   <http://www.aczoom.com/itrans/>
29 ")
30
31 (title "କ")
32
33 (map
34  (starter
35   (".") ("~") ("#") ("$") ("^") ("*") ((S-\ )) ((C-@))
36   ("0") ("1") ("2") ("3") ("4")
37   ("5") ("6") ("7") ("8") ("9")
38   ("A") ("C") ("D") ("G") ("H") ("I") ("J") ("K") ("L")
39   ("M") ("N") ("O") ("R") ("S") ("T") ("U") ("Y")
40   ("a") ("b") ("c") ("d") ("e") ("f") ("g") ("h") ("i")
41   ("j") ("k") ("l") ("m") ("n") ("o") ("p") ("q") ("r")
42   ("s") ("t") ("u") ("v") ("w") ("x") ("y") ("z"))
43
44  (consonant
45   ("k" "କ୍")
46   ("kh" "ଖ୍")
47   ("g" "ଗ୍")
48   ("gh" "ଘ୍")
49   ("~N" "ଙ୍")
50   ("N^" "ଙ୍")
51   ("ch" "ଚ୍")
52   ("Ch" "ଛ୍")
53   ("chh" "ଛ୍")
54   ("j" "ଜ୍")
55   ("jh" "ଝ୍")
56   ("~n" "ଞ୍")
57   ("JN" "ଞ୍")
58   ("T" "ଟ୍")
59   ("Th" "ଠ୍")
60   ("D" "ଡ୍")
61   ("Dh" "ଢ୍")
62   ("N" "ଣ୍")
63   ("t" "ତ୍")
64   ("th" "ଥ୍")
65   ("d" "ଦ୍")
66   ("dh" "ଧ୍")
67   ("n" "ନ୍")
68   ("p" "ପ୍")
69   ("ph" "ଫ୍")
70   ("b" "ବ୍")
71   ("bh" "ଭ୍")
72   ("m" "ମ୍")
73   ("y" "ଯ୍")
74   ("r" "ର୍")
75   ("l" "ଲ୍")
76   ("L" "ଳ୍")
77   ("ld" "ଳ୍")
78   ("sh" "ଶ୍")
79   ("Sh" "ଷ୍")
80   ("shh" "ଷ୍")
81   ("s" "ସ୍")
82   ("h" "ହ୍")
83   (".D" "ଡ଼୍")
84   (".Dh" "ଢ଼୍")
85   ("Y" "ୟ୍")
86   ("yh" "ୟ୍")
87   ("GY" "ଜ୍ଞ୍")
88   ("dny" "ଜ୍ଞ୍")
89   ("x" "କ୍ଷ୍"))
90
91  (independent
92   ("a" "ଅ")
93   ("aa" "ଆ")
94   ("A" "ଆ")
95   ("i" "ଇ")
96   ("ii" "ଈ")
97   ("I" "ଈ")
98   ("u" "ଉ")
99   ("uu" "ଊ")
100   ("U" "ଊ")
101   ("RRi" "ଋ")
102   ("R^i" "ଋ")
103   ("LLi" "ଌ")
104   ("L^i" "ଌ")
105   ("e" "ଏ")
106   ("ai" "ଐ")
107   ("o" "ଓ")
108   ("au" "ଔ")
109   ("RRI" "ୠ")
110   ("R^I" "ୠ")
111   ("LLI" "ୡ")
112   ("L^I" "ୡ")
113   (".N" "ଁ")
114   (".n" "ଂ")
115   ("M" "ଂ")
116   ("H" "ଃ")
117   (".a" "ଽ")
118   (".h" "୍")
119   ("0" "୦")
120   ("1" "୧")
121   ("2" "୨")
122   ("3" "୩")
123   ("4" "୪")
124   ("5" "୫")
125   ("6" "୬")
126   ("7" "୭")
127   ("8" "୮")
128   ("9" "୯")
129   ("#" "୍ର")
130   ("$" "ର୍")
131   ("^" "ତ୍ର")
132   ("*" "ଶ୍ର")
133   ("]" "଼")
134   ((S-\ ) "‌")
135   ((C-@) "‍"))
136
137  (dependent
138   ("a" (delete @-) "")
139   ("aa" (delete @-) "ା")
140   ("A" (delete @-) "ା")
141   ("i" (delete @-) "ି")
142   ("ii" (delete @-) "ୀ")
143   ("I" (delete @-) "ୀ")
144   ("u" (delete @-) "ୁ")
145   ("uu" (delete @-) "ୂ")
146   ("U" (delete @-) "ୂ")
147   ("RRi" (delete @-) "ୃ")
148   ("R^i" (delete @-) "ୃ")
149   ("LLi" (delete @-) "")
150   ("L^i" (delete @-) "")
151   ("e" (delete @-) "େ")
152   ("ai" (delete @-) "ୈ")
153   ("o" (delete @-) "ୋ")
154   ("au" (delete @-) "ୌ")
155   ("RRI" (delete @-) "")
156   ("R^I" (delete @-) "")
157   ("LLI" (delete @-) "")
158   ("L^I" (delete @-) ""))
159
160  (return
161   ((Return)))
162
163  (backspace
164   ((BackSpace) (undo))))
165
166 (state
167  (init
168   (starter (pushback 1) (shift intermediate)))
169
170  (intermediate
171   (consonant (shift second))
172   (independent (shift init))
173   (backspace)
174   (return (shift init)))
175
176  (second
177   (consonant)
178   (dependent (shift init))
179   (backspace)
180   (return (shift init))))
181
182 ;; Local Variables:
183 ;; coding: utf-8
184 ;; mode: emacs-lisp
185 ;; End: