From 4ac329d5ef787d4dfe0b889f1e6f5332e4956fe4 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Tue, 14 Apr 2009 11:16:51 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 20 ++++ MIM/si-wijesekera-preedit-alt.mim | 235 ------------------------------------- 2 files changed, 20 insertions(+), 235 deletions(-) delete mode 100644 MIM/si-wijesekera-preedit-alt.mim diff --git a/ChangeLog b/ChangeLog index f307117..3c9ccdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2009-04-14 TAKAHASHI Naoto + + * MIM/si-wijesekera-preedit-alt.mim: Deleted. + + * MIM/Makefile.am: Remove si-wijesekera-preedit-alt.mim. + +2009-03-19 Mikiko Nisikimi + + * FORMATS/IM-xml.txt: New file. + +2009-03-18 Mikiko Nisikimi + + * MIM/mim.rng: element removed. + +2009-03-17 Mikiko Nisikimi + + * MIM/mim.rng: + @.+ + in is recoverd, for si-wijesekera-preedit.mimx + 2009-03-11 TAKAHASHI Naoto * MIM/unicode.mim: diff --git a/MIM/si-wijesekera-preedit-alt.mim b/MIM/si-wijesekera-preedit-alt.mim deleted file mode 100644 index 20ed1de..0000000 --- a/MIM/si-wijesekera-preedit-alt.mim +++ /dev/null @@ -1,235 +0,0 @@ -;; si-wijesekera-preedit-alt.mim -- Sinhala input method with wijesekera method -;; Copyright (C) 2006, 2008 -;; National Institute of Advanced Industrial Science and Technology (AIST) -;; Registration Number H15PRO112 - -;; This file is part of the m17n database; a sub-part of the m17n -;; library. - -;; The m17n library is free software; you can redistribute it and/or -;; modify it under the terms of the GNU Lesser General Public License -;; as published by the Free Software Foundation; either version 2.1 of -;; the License, or (at your option) any later version. - -;; The m17n library is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -;; Lesser General Public License for more details. - -;; You should have received a copy of the GNU Lesser General Public -;; License along with the m17n library; if not, write to the Free -;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. - -(input-method si wijesekera-preedit-alt) - -(description "Sinhala input method based on SLS 1134 Rev. 2:2004. - -This input method uses preedit rather than surrounding text. -") - -(title "සි") - -(map - (consonant - ("l" "ක") ; 0D9A - ("L" "ඛ") ; 0D9B - ("." "ග") ; 0D9C - (">" "ඝ") ; 0D9D - ("X" "ඞ") ; 0D9E - ((A-.) "ඟ") ((0x2E A-z) "ඟ") ; 0D9F - ("p" "ච") ; 0DA0 - ("P" "ඡ") ; 0DA1 - ("c" "ජ") ; 0DA2 - ("C" "ඣ") ; 0DA3 - ("\[" "ඤ") ; 0DA4 - ("{" "ඥ") ; 0DA5 - ((A-c) "ඦ") ((0x63 A-z) "ඦ") ; 0DA6 - ("g" "ට") ; 0DA7 - ("G" "ඨ") ; 0DA8 - ("v" "ඩ") ; 0DA9 - ("V" "ඪ") ; 0DAA - ("K" "ණ") ; 0DAB - ((A-v) "ඬ") ((0x76 A-z) "ඬ") ; 0DAC - (";" "ත") ; 0DAD - (":" "ථ") ; 0DAE - ("o" "ද") ; 0DAF - ("O" "ධ") ; 0DB0 - ("k" "න") ; 0DB1 - ((A-o) "ඳ") ((0x6F A-z) "ඳ") ; 0DB3 - ("m" "ප") ; 0DB4 - ("M" "ඵ") ; 0DB5 - ("n" "බ") ; 0DB6 - ("N" "භ") ; 0DB7 - ("u" "ම") ; 0DB8 - ("U" "ඹ") ; 0DB9 - ("h" "ය") ; 0DBA - ("r" "ර") ; 0DBB - ("," "ල") ; 0DBD - ("j" "ව") ; 0DC0 - ("Y" "ශ") ; 0DC1 - ("I" "ෂ") ; 0DC2 - ("i" "ස") ; 0DC3 - ("y" "හ") ; 0DC4 - ("<" "ළ") ; 0DC5 - ("F" "ෆ") ; 0DC6 - - (") 0x0DD9 (shift consonant--kombuva)) - (backspace (undo))) - - (combu_deka - (consonant (move @1) (delete @0) (move @>) 0x0DDB (shift init)) - (backspace (undo))) - - (kombuva_haa_aela-pilla - (al-lakuna (delete @<) 0x0DDD (shift init)) - (backspace (undo))) - - (consonant--kombuva - (al-lakuna (delete @-) 0x0DDA (shift init)) - (aela-pilla (delete @-) 0x0DDC (shift consonant--kombuva_haa_aela-pilla)) - (gayanukitta (delete @-) 0x0DDE (shift init)) - (yansaya (move @-) 0x0DCA 0x200D 0x0DBA (move @>)) - (rakaransaya (move @-) 0x0DCA 0x200D 0x0DBB (move @>)) - (join (shift consonant--join--kombuva)) - (backspace (undo))) - - (consonant--kombuva_haa_aela-pilla - (al-lakuna (delete @-) 0x0DDD (shift init)) - (backspace (undo))) - - (consonant--join--kombuva - (consonant (move @-) (delete @-) 0x0DCA 0x200D (move @+) 0x0DD9 - (shift consonant--kombuva)) - (backspace (undo))) - ) - -;; Local Variables: -;; coding: utf-8 -;; mode: emacs-lisp -;; End: -- 1.7.10.4