Mercurial > emacs
annotate leim/quail/arabic.el @ 92507:1157f06ef93b
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 05 Mar 2008 08:53:30 +0000 |
parents | 3b99ff362c87 |
children | 4f1fd208c354 |
rev | line source |
---|---|
90825 | 1 ;;; arabic.el --- Quail package for inputting Arabic -*- coding: utf-8;-*- |
2 | |
91426
3b99ff362c87
Update copyright years and GPL version.
Glenn Morris <rgm@gnu.org>
parents:
91008
diff
changeset
|
3 ;; Copyright (C) 2007, 2008 Free Software Foundation, Inc. |
3b99ff362c87
Update copyright years and GPL version.
Glenn Morris <rgm@gnu.org>
parents:
91008
diff
changeset
|
4 |
3b99ff362c87
Update copyright years and GPL version.
Glenn Morris <rgm@gnu.org>
parents:
91008
diff
changeset
|
5 ;; Author: James Cloos <cloos@jhcloos.com> |
90825 | 6 ;; Keywords: mule, input method, Arabic |
7 | |
8 ;; This file is part of GNU Emacs. | |
9 | |
10 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
11 ;; it under the terms of the GNU General Public License as published by | |
91426
3b99ff362c87
Update copyright years and GPL version.
Glenn Morris <rgm@gnu.org>
parents:
91008
diff
changeset
|
12 ;; the Free Software Foundation; either version 3, or (at your option) |
90825 | 13 ;; any later version. |
14 | |
15 ;; GNU Emacs is distributed in the hope that it will be useful, | |
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 ;; GNU General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the | |
22 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
23 ;; Boston, MA 02110-1301, USA. | |
24 | |
25 ;;; Commentary: | |
26 | |
27 ;;; Code: | |
28 | |
29 (require 'quail) | |
30 | |
31 (quail-define-package | |
32 "arabic" "Arabic" "ع" nil "Arabic input method. | |
33 | |
34 Based on Arabic table in X Keyboard Configuration DB. | |
35 " nil t t t t nil nil nil nil nil t) | |
36 | |
91008
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
37 ;; ذّ 1! 2@ 3# 4$ 5% 6^ 7& 8* 9) 0( -_ =+ |
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
38 ;; ضَ صً ثُ قٌ فﻹ غإ ع` ه÷ خ× ح؛ ج< د> <> |
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
39 ;; شِ سٍ ي] ب[ لﻷ اأ تـ ن، م/ ك: ط" |
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
40 ;; ئ~ ءْ ؤ} ر{ ﻻﻵ ىآ ة' و, ز. ظ؟ |
90825 | 41 ;; |
42 | |
43 (quail-define-rules | |
44 ("`" ?ذ) | |
45 | |
46 ("Q" ?َ) | |
47 ("W" ?ً) | |
48 ("E" ?ُ) | |
49 ("R" ?ٌ) | |
50 ("T" ?ﻹ) | |
51 ("Y" ?إ) | |
52 ("U" ?`) | |
53 ("I" ?÷) | |
54 ("O" ?×) | |
55 ("P" ?؛) | |
56 | |
91008
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
57 ("A" ?ِ) |
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
58 ("S" ?ٍ) |
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
59 ("D" ?]) |
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
60 ("F" ?[) |
90825 | 61 ("G" ?ﻷ) |
62 ("H" ?أ) | |
63 ("J" ?ـ) | |
64 ("K" ?،) | |
65 ("L" ?/) | |
66 (";" ?:) | |
67 | |
68 ("Z" ?~) | |
69 ("X" ?ْ) | |
91008
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
70 ("C" ?}) |
eacbf507589b
Updated (sync with xkeyboard-config keyboard).
Kenichi Handa <handa@m17n.org>
parents:
90828
diff
changeset
|
71 ("V" ?{) |
90825 | 72 ("B" ?ﻵ) |
73 ("N" ?آ) | |
74 ("M" ?') | |
75 ("<" ?,) | |
76 (">" ?.) | |
77 ("?" ?؟) | |
78 | |
79 ("`" ?ذ) | |
80 | |
81 ("q" ?ض) | |
82 ("w" ?ص) | |
83 ("e" ?ث) | |
84 ("r" ?ق) | |
85 ("t" ?ف) | |
86 ("y" ?غ) | |
87 ("u" ?ع) | |
88 ("i" ?ه) | |
89 ("o" ?خ) | |
90 ("p" ?ح) | |
91 | |
92 ("a" ?ش) | |
93 ("s" ?س) | |
94 ("d" ?ي) | |
95 ("f" ?ب) | |
96 ("g" ?ل) | |
97 ("h" ?ا) | |
98 ("j" ?ت) | |
99 ("k" ?ن) | |
100 ("l" ?م) | |
101 (";" ?ك) | |
102 | |
103 ("z" ?ئ) | |
104 ("x" ?ء) | |
105 ("c" ?ؤ) | |
106 ("v" ?ر) | |
107 ("b" ?ﻻ) | |
108 ("n" ?ى) | |
109 ("m" ?ة) | |
110 ("," ?و) | |
111 ("." ?ز) | |
112 ("/" ?ظ) | |
113 | |
114 ("'" ?ط)) | |
115 | |
90827 | 116 ;; arch-tag: 7e81e2af-5ea5-417f-bfe7-dfa6fd955cb5 |
90825 | 117 ;;; arabic.el ends here |