X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=or-itrans.mim;h=61821f8c296dc428a52840d494b9c751e040b292;hb=cc4eed05384f5dcbdbdcdb1de834860d5532f830;hp=2a531ab32a218e94f606863f138c62d9f1778b60;hpb=776c5a70d0b34750bb24a4254a29f34efc4965ff;p=m17n%2Fm17n-db.git diff --git a/or-itrans.mim b/or-itrans.mim index 2a531ab..61821f8 100644 --- a/or-itrans.mim +++ b/or-itrans.mim @@ -1,5 +1,5 @@ ;; or-itrans.mim -- Oriya input method with ITRANS method -;; Copyright (C) 2003, 2004 +;; Copyright (C) 2003, 2004, 2005, 2006 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H15PRO112 @@ -21,10 +21,12 @@ ;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA ;; 02111-1307, USA. -;;;
  • or-itrans.mim -;;; -;;; Input method for Oriya script with ITRANS method. For the detail -;;; of ITRANS, see the page http://www.aczoom.com/itrans/. +(input-method or itrans) + +(description "Oriya input method by ITRANS transliteration. +For the detail of ITRANS, see the page: + +") (title "କ") @@ -167,21 +169,17 @@ (intermediate (consonant (shift second)) - (independent (shift finish)) + (independent (shift init)) (backspace) (return (shift init))) (second (consonant) - (dependent (shift finish)) + (dependent (shift init)) (backspace) - (return (shift init))) - - (finish - (return) - (t (shift init)))) + (return (shift init)))) ;; Local Variables: ;; coding: utf-8 -;; mode: lisp +;; mode: emacs-lisp ;; End: