*** empty log message ***
[m17n/m17n-db.git] / latn-pre.mim
index b8db52f..d780349 100644 (file)
@@ -1,5 +1,5 @@
 ;; latn-pre.mim -- Latin input method with prefix modifiers
-;; Copyright (C) 2004
+;; Copyright (C) 2004, 2005
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
 ;;   Registration Number H15PRO112
 
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with the m17n library; see the file COPYING.  If not, write to
-;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
-;;; <li> latn-pre.mim
-;;;
 ;;; Input method for Latin script with prefix modifiers.
 ;;; @image html latn-pre.png
 ;;; @image latex latn-pre.eps "Examples" width=\narrowwidth
@@ -33,8 +31,8 @@
 ;; | circumflex |   ^    | ^a -> â  ^^ -> ^
 ;; | diaeresis  |   "    | "a -> ä  "" -> ¨
 ;; | tilde      |   ~    | ~a -> ã
-;; | cedilla    |   ~    | ~c -> ç  ~s -> ş  ~~ -> ¸
 ;; | breve      |   ~    | ~g -> ğ  ~` -> ˘
+;; | cedilla    |   ~    | ~c -> ç  ~s -> ş  ~~ -> ¸
 ;; | caron      |   ~    | ~z -> ž  ~ss -> š
 ;; | dot above  |  . /   | .g -> ġ  /g -> ġ
 ;; | misc       |   /    | /a -> å  /e -> æ  /h -> ħ  /o -> ø  /oe -> œ
 ;; | symbol     |   ~    | ~- -> ­  ~. -> ·  ~= -> ¯  ~| -> ¦  ~sss -> §
 ;; | symbol     |   _    | _+ -> ±  _: -> ÷  _o -> º  _a -> ª  _y -> ¥
 ;; | symbol     |   ^    | ^1 -> ¹  ^2 -> ²  ^3 -> ³  ^r -> ®  ^cc -> ©
+;; | symbol     |   /    | /2 -> ½  /3 -> ¾  /4 -> ¼  /= -> ?¬
 ;; | symbol     |   /    | /# -> £  /$ -> ¤  /c -> ¢  /. -> ˙  // -> °  /\ -> ×
+
+(input-method t latn-pre)
+
+(description
+ "Latin script input method using prefix modifiers.
+;; | mark       | prefix | examples
+;; |------------+--------+----------
+;; | acute      |   '    | 'a -> á, '' -> ´
+;; | grave      |   `    | `a -> à  `` -> `
+;; | circumflex |   ^    | ^a -> â  ^^ -> ^
+;; | diaeresis  |   \"    | \"a -> ä  \"\" -> ¨
+;; | tilde      |   ~    | ~a -> ã
+;; | breve      |   ~    | ~g -> ğ  ~` -> ˘
+;; | cedilla    |   ~    | ~c -> ç  ~s -> ş  ~~ -> ¸
+;; | caron      |   ~    | ~z -> ž  ~ss -> š
+;; | dot above  |  . /   | .g -> ġ  /g -> ġ
+;; | misc       |   /    | /a -> å  /e -> æ  /h -> ħ  /o -> ø  /oe -> œ
+;; | misc       | \" ~ /  | \"s -> ß  ~d -> ð  ~t -> þ  /a -> å  /e -> æ  /o -> ø
+;; | symbol     |   ~    | ~> -> »  ~< -> «  ~! -> ¡  ~? -> ¿  ~~ -> ¸  ~$ -> £
+;; | symbol     |   ~    | ~- -> ­  ~. -> ·  ~= -> ¯  ~| -> ¦  ~sss -> §
+;; | symbol     |   _    | _+ -> ±  _: -> ÷  _o -> º  _a -> ª  _y -> ¥
+;; | symbol     |   ^    | ^1 -> ¹  ^2 -> ²  ^3 -> ³  ^r -> ®  ^cc -> ©
 ;; | symbol     |   /    | /2 -> ½  /3 -> ¾  /4 -> ¼  /= -> ?¬
+;; | symbol     |   /    | /# -> £  /$ -> ¤  /c -> ¢  /. -> ˙  // -> °  /\\ -> ×
+")
 
 (title "Latin-pre")