fa-isiri.mim: Add mirroring chars.
[m17n/m17n-db.git] / fa-isiri.mim
1 ;; fa-isiri.mim -- Input method for Farsi with ISIRI 2901-1994 keyboad layout
2 ;; Copyright (C) 2003, 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> fa-isiri.mim
25 ;;;
26 ;;; Input method for Farsi (Arabic characters) with ISIRI 2901-1994
27 ;;; keyboard layout.
28
29 (title "ف")
30
31 (map
32  (generic
33   ("1" "۱")
34   ("2" "۲")
35   ("3" "۳")
36   ("4" "۴")
37   ("5" "۵")
38   ("6" "۶")
39   ("7" "۷")
40   ("8" "۸")
41   ("9" "۹")
42   ("0" "۰")
43   ;;   ("-" "-")
44   ;;   ("=" "=")
45   ;;   ("\\" "\\")
46   ("`" "‍")                           ; zero width joiner
47
48   ("q" "ض")
49   ("w" "ص")
50   ("e" "ث")
51   ("r" "ق")
52   ("t" "ف")
53   ("y" "غ")
54   ("u" "ع")
55   ("i" "ه")
56   ("o" "خ")
57   ("p" "ح")
58   ("[" "ج")
59   ("]" "چ")
60
61   ("a" "ش")
62   ("s" "س")
63   ("d" "ی")
64   ("f" "ب")
65   ("g" "ل")
66   ("h" "ا")
67   ("j" "ت")
68   ("k" "ن")
69   ("l" "م")
70   (";" "ک")
71   ("'" "گ")
72
73   ("z" "ظ")
74   ("x" "ط")
75   ("c" "ز")
76   ("v" "ر")
77   ("b" "ذ")
78   ("n" "د")
79   ("m" "پ")
80   ("," "و")
81   ;;   ("." ".")
82   ;;   ("/" "/")
83
84   ;;   ("!" "!")
85   ("@" "٬")
86   ("#" "٫")
87   ;;   ("$" "")
88   ("%" "٪")
89   ("^" "×")
90   ("&" "،")
91   ;;   ("*" "*")
92   ("\(" "\)")
93   ("\)" "\(")
94   ;;   ("_" "_")
95   ;;   ("+" "+")
96   ;;   ("|" "|")
97   ;;   ("~" "~")
98
99   ("Q" "ْ")
100   ("W" "ٌ")
101   ("E" "ٍ")
102   ("R" "ً")
103   ("T" "ُ")
104   ("Y" "ِ")
105   ("U" "َ")
106   ("I" "ّ")
107   ("O" "]")
108   ("P" "[")
109   ("{" "}")
110   ("}" "{")
111
112   ("A" "ؤ")
113   ("S" "ئ")
114   ("D" "ي")
115   ("F" "إ")
116   ("G" "أ")
117   ("H" "آ")
118   ("J" "ة")
119   ("K" "»")
120   ("L" "«")
121   ;;   (":" ":")
122   ("\"" "؛")
123
124   ("Z" "ك")
125   ;;   ("X" "")
126   ("C" "ژ")
127   ;;   ("V" "")
128   ("B" "‌")                           ; zero width non joiner
129   ("N" "")
130   ("M" "ء")
131   ("<" ">")
132   (">" "<")
133   ("?" "؟")
134   ((S-\ ) "‌")                                ; zero width non joiner
135   ((C-J) "‍")                         ; zero width joiner
136   ((C-L) "‎")                         ; left to right mark
137   ((C-N) "‌")                         ; zero width non joiner
138   ((C-R) "‏")                         ; right to left mark
139   ))
140
141 (state
142  (init
143   (generic)))
144
145 ;; Local Variables:
146 ;; mode: lisp
147 ;; End: