New file.
[m17n/m17n-db.git] / dv-phonetic.mim
1 ;; dv-phonetic.mim -- Dhivehi phonetic keyboard layout
2 ;; Copyright (C) 2004
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., 59 Temple Place, Suite 330, Boston, MA
22 ;; 02111-1307, USA.
23
24 ;;; <li> dv-phonetic.mim
25 ;;;
26 ;;; The Dhivehi phonetic keyboard layout approved by the Molvidian
27 ;;; Ministry of Communication, Science and Technology.
28 ;;; <http://www.mcst.gov.mv/News_and_Events/xpfonts.htm>
29
30 (title "dv-ph")
31
32 (map
33  (generic
34   ("q" ?ް)
35   ("w" ?އ)
36   ("e" ?ެ)
37   ("r" ?ރ)
38   ("t" ?ތ)
39   ("y" ?ޔ)
40   ("u" ?ު)
41   ("i" ?ި)
42   ("o" ?ޮ)
43   ("p" ?ޕ)
44   ("a" ?ަ)
45   ("s" ?ސ)
46   ("d" ?ދ)
47   ("f" ?ފ)
48   ("g" ?ގ)
49   ("h" ?ހ)
50   ("j" ?ޖ)
51   ("k" ?ކ)
52   ("l" ?ލ)
53   (";" ?؛)
54   ("z" ?ޒ)
55   ("x" ?×)
56   ("c" ?ޗ)
57   ("v" ?ވ)
58   ("b" ?ބ)
59   ("n" ?ނ)
60   ("m" ?މ)
61   ("," ?،)
62
63   ("Q" ?ޤ)
64   ("W" ?ޢ)
65   ("E" ?ޭ)
66   ("R" ?ޜ)
67   ("T" ?ޓ)
68   ("Y" ?ޠ)
69   ("U" ?ޫ)
70   ("I" ?ީ)
71   ("O" ?ޯ)
72   ("P" ?÷)
73   ("A" ?ާ)
74   ("S" ?ށ)
75   ("D" ?ޑ)
76   ("F" ?ﷲ)
77   ("G" ?ޣ)
78   ("H" ?ޙ)
79   ("J" ?ޛ)
80   ("K" ?ޚ)
81   ("L" ?ޅ)
82   ("Z" ?ޡ)
83   ("X" ?ޘ)
84   ("C" ?ޝ)
85   ("V" ?ޥ)
86   ("B" ?ޞ)
87   ("N" ?ޏ)
88   ("M" ?ޟ)
89   ("?" ?؟)
90
91   ((M-v) ?‍)
92   ((M-b) ?‌)
93   ((M-n) ?‎)
94   ((M-m) ?‏)
95   ((M-\;) ?\;)
96   ((M-,) ?,)
97   ))
98
99 (state
100  (init
101   (generic)))
102
103 ;; Local Variables:
104 ;; coding: utf-8
105 ;; mode: lisp
106 ;; End: