X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=latn-pre.mim;h=d780349d77b9dbec10602f341c144c4f8939fe97;hb=e554aba4b1da8b7b73813e18b08e34ec25d07f30;hp=b8db52fffdf81a4f24c2de1f82b5c8d72a3b9fae;hpb=a3c836c7637f0684ce35f07ea09c1b80004d4e50;p=m17n%2Fm17n-db.git diff --git a/latn-pre.mim b/latn-pre.mim index b8db52f..d780349 100644 --- a/latn-pre.mim +++ b/latn-pre.mim @@ -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 @@ -17,11 +17,9 @@ ;; 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. -;;;
  • 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 -> œ @@ -43,8 +41,33 @@ ;; | 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")