1 ;; bn-itrans.mim -- Bengali input method with ITRANS method
2 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007
3 ;; National Institute of Advanced Industrial Science and Technology (AIST)
4 ;; Registration Number H15PRO112
6 ;; This file is part of the m17n database; a sub-part of the m17n
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.
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.
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.
24 (input-method bn itrans)
26 (description "Bengali input method by ITRANS transliteration.
27 For the detail of ITRANS, see the page:
28 <http://www.aczoom.com/itrans/>
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 ((KP_1)) ((KP_2)) ((KP_3)) ((KP_4)) ((KP_5))
44 ((KP_6)) ((KP_7)) ((KP_8)) ((KP_9)) ((KP_0)))
55 ("Ch" "ছ্") ; not in ITRANS Bengali table
60 ("JN" "ঞ্") ; not in ITRANS Bengali table
82 ("shh" "ষ্") ; not in ITRANS Bengali table
88 ("yh" "য়্") ; not in ITRANS Bengali table
90 ("dny" "জ্ঞ্") ; not in ITRANS Bengali table
105 ("LLi" "ঌ") ; not in ITRANS Bengali table
106 ("L^i" "ঌ") ; not in ITRANS Bengali table
111 ("RRI" "ৠ") ; not in ITRANS Bengali table
112 ("R^I" "ৠ") ; not in ITRANS Bengali table
113 ("LLI" "ৡ") ; not in ITRANS Bengali table
114 ("L^I" "ৡ") ; not in ITRANS Bengali table
117 ("M" "ং") ; not in ITRANS Bengali table
131 ("#" "্র") ; not in ITRANS Bengali table
132 ("$" "র্") ; not in ITRANS Bengali table
133 ("^" "ত্র") ; not in ITRANS Bengali table
134 ("*" "শ্র") ; not in ITRANS Bengali table
135 ("]" "়") ; not in ITRANS Bengali table
146 ((S-\ ) "") ; not in ITRANS Bengali table
147 ((C-@) "")) ; not in ITRANS Bengali table
151 ("aa" (delete @-) "া")
152 ("A" (delete @-) "া")
153 ("i" (delete @-) "ি")
154 ("ii" (delete @-) "ী")
155 ("I" (delete @-) "ী")
156 ("u" (delete @-) "ু")
157 ("uu" (delete @-) "ূ")
158 ("U" (delete @-) "ূ")
159 ("RRi" (delete @-) "ৃ")
160 ("R^i" (delete @-) "ৃ")
161 ("LLi" (delete @-) "ৢ") ; not in ITRANS Bengali table
162 ("L^i" (delete @-) "ৢ") ; not in ITRANS Bengali table
163 ("e" (delete @-) "ে")
164 ("ai" (delete @-) "ৈ")
165 ("o" (delete @-) "ো")
166 ("au" (delete @-) "ৌ")
167 ("RRI" (delete @-) "ৄ") ; not in ITRANS Bengali table
168 ("R^I" (delete @-) "ৄ") ; not in ITRANS Bengali table
169 ("LLI" (delete @-) "ৣ") ; not in ITRANS Bengali table
170 ("L^I" (delete @-) "ৣ")) ; not in ITRANS Bengali table
176 ((BackSpace) (undo))))
180 (starter (pushback 1) (shift intermediate)))
183 (consonant (shift second))
184 (independent (shift init))
186 (return (shift init)))
190 (dependent (shift init))
192 (return (shift init))))