From 27fb16446f2a3cfa7282cb678fe11c5e231584ce Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 15 Mar 2006 06:41:27 +0000 Subject: [PATCH] New file --- AUTHORS | 10 + ChangeLog | 25 +++ Makefile.am | 29 +++ NEWS | 34 ++++ README | 55 +++++ bootstrap.sh | 33 +++ configure.ac | 47 +++++ im-indic/bn-inscript.mim | 131 ++++++++++++ im-indic/bn-inscript.png | Bin 0 -> 1367 bytes im-indic/bn-probhat.mim | 129 ++++++++++++ im-indic/bn-probhat.png | Bin 0 -> 1554 bytes im-indic/gu-inscript.mim | 131 ++++++++++++ im-indic/gu-inscript.png | Bin 0 -> 1465 bytes im-indic/gu-phonetic.mim | 129 ++++++++++++ im-indic/gu-phonetic.png | Bin 0 -> 1655 bytes im-indic/hi-inscript.mim | 131 ++++++++++++ im-indic/hi-inscript.png | Bin 0 -> 1514 bytes im-indic/hi-phonetic.mim | 128 ++++++++++++ im-indic/hi-phonetic.png | Bin 0 -> 1918 bytes im-indic/kn-inscript.mim | 129 ++++++++++++ im-indic/kn-inscript.png | Bin 0 -> 1165 bytes im-indic/kn-kgp.mim | 128 ++++++++++++ im-indic/kn-kgp.png | Bin 0 -> 1242 bytes im-indic/ml-inscript.mim | 130 ++++++++++++ im-indic/ml-inscript.png | Bin 0 -> 1003 bytes im-indic/ne-rom.mim | 127 ++++++++++++ im-indic/ne-rom.png | Bin 0 -> 707 bytes im-indic/ne-trad.mim | 127 ++++++++++++ im-indic/ne-trad.png | Bin 0 -> 707 bytes im-indic/pa-inscript.mim | 119 +++++++++++ im-indic/pa-inscript.png | Bin 0 -> 1370 bytes im-indic/pa-jhelum.mim | 129 ++++++++++++ im-indic/pa-jhelum.png | Bin 0 -> 1507 bytes im-indic/pa-phonetic.mim | 129 ++++++++++++ im-indic/pa-phonetic.png | Bin 0 -> 1717 bytes im-indic/ta-inscript.mim | 130 ++++++++++++ im-indic/ta-inscript.png | Bin 0 -> 1419 bytes im-indic/ta-phonetic.mim | 510 ++++++++++++++++++++++++++++++++++++++++++++++ im-indic/ta-phonetic.png | Bin 0 -> 1664 bytes im-indic/ta-tamil99.mim | 395 +++++++++++++++++++++++++++++++++++ im-indic/ta-tamil99.png | Bin 0 -> 1630 bytes im-indic/te-inscript.mim | 131 ++++++++++++ im-indic/te-inscript.png | Bin 0 -> 1193 bytes 43 files changed, 3196 insertions(+) create mode 100644 AUTHORS create mode 100644 ChangeLog create mode 100644 Makefile.am create mode 100644 NEWS create mode 100644 README create mode 100755 bootstrap.sh create mode 100644 configure.ac create mode 100644 im-indic/bn-inscript.mim create mode 100644 im-indic/bn-inscript.png create mode 100644 im-indic/bn-probhat.mim create mode 100644 im-indic/bn-probhat.png create mode 100644 im-indic/gu-inscript.mim create mode 100644 im-indic/gu-inscript.png create mode 100644 im-indic/gu-phonetic.mim create mode 100644 im-indic/gu-phonetic.png create mode 100644 im-indic/hi-inscript.mim create mode 100644 im-indic/hi-inscript.png create mode 100644 im-indic/hi-phonetic.mim create mode 100644 im-indic/hi-phonetic.png create mode 100644 im-indic/kn-inscript.mim create mode 100644 im-indic/kn-inscript.png create mode 100644 im-indic/kn-kgp.mim create mode 100644 im-indic/kn-kgp.png create mode 100644 im-indic/ml-inscript.mim create mode 100644 im-indic/ml-inscript.png create mode 100644 im-indic/ne-rom.mim create mode 100644 im-indic/ne-rom.png create mode 100644 im-indic/ne-trad.mim create mode 100644 im-indic/ne-trad.png create mode 100644 im-indic/pa-inscript.mim create mode 100644 im-indic/pa-inscript.png create mode 100644 im-indic/pa-jhelum.mim create mode 100644 im-indic/pa-jhelum.png create mode 100644 im-indic/pa-phonetic.mim create mode 100644 im-indic/pa-phonetic.png create mode 100644 im-indic/ta-inscript.mim create mode 100644 im-indic/ta-inscript.png create mode 100644 im-indic/ta-phonetic.mim create mode 100644 im-indic/ta-phonetic.png create mode 100644 im-indic/ta-tamil99.mim create mode 100644 im-indic/ta-tamil99.png create mode 100644 im-indic/te-inscript.mim create mode 100644 im-indic/te-inscript.png diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..5eeaa06 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,10 @@ +Maintainers of this package: + + Kenichi Handa + Mikiko Nishikimi + Naoto Takahashi + Satoru Tomura + +Contributer of im-indic subdir: + + Jens Petersen diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..3b05801 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,25 @@ +2006-03-31 Kenichi Handa + + * Version 1.0.0 released. + + +Copyright (C) 2006 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H15PRO112 + +This file is part of the m17n-contrib, 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 General Public License +along with GNU Emacs; see the file COPYING. If not, write to the Free +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..c786bf3 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,29 @@ +# Makefile.am -- Makefile for the m17n-contrib +# Copyright (C) 2006 +# National Institute of Advanced Industrial Science and Technology (AIST) +# Registration Number H15PRO112 + +# This file is part of the m17n-contrib; 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 General Public License +# along with GNU Emacs; see the file COPYING. If not, write to +# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. + +m17ndir = @M17NDIR@ +m17n_icondir = ${m17ndir}/icons +m17n_DATA = @INPUT_METHOD@ +m17n_icon_DATA= @ICONS@ + +EXTRA_DIST = im-indic diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..9d0c6b0 --- /dev/null +++ b/NEWS @@ -0,0 +1,34 @@ +* NEWS -- What's new in the m17n-contrib. -*- outline -*- +Copyright (C) 2006 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H15PRO112 +See the end for copying conditions. + + +* Changes in the m17n-contrib 1.0.0 + +** Released. + + +* Copyright information + +Copyright (C) 2006 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H15PRO112 + +This file is part of the m17n-contrib; 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 General Public License +along with GNU Emacs; see the file COPYING. If not, write to the Free +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. diff --git a/README b/README new file mode 100644 index 0000000..b202e2d --- /dev/null +++ b/README @@ -0,0 +1,55 @@ +This directory tree holds version 1.0.0 of the m17n-contrib. +Copyright (C) 2006 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H15PRO112 +See the end for copying conditions. + +The m17n-contrib is a collection of contributed works to be used with +the m17n library. + +INSTALL + +(0) Prerequisite + +You must install the m17n database in advance. The m17n database is +available at . + +(1) Installation from CVS working directory. + +Just after you checked out or updated this package, run the script +"./bootstrap.sh", then follows (2). + +(2) Installation from a tar ball. + +% ./configure +% make +% make install + +---------------------------------------------------------------------- +Copyright information + +All files in the top directory (except for those generated +automatically by automake/autoconf) are copyrighted by AIST as +follows. Files in each sub-directories have their own copyright +notice to be applied. + +Copyright (C) 2006 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H15PRO112 + +This file is part of the m17n-contrib; 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 General Public License +along with GNU Emacs; see the file COPYING. If not, write to the Free +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..63dcce6 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,33 @@ +#!/bin/sh +# Copyright (C) 2006 +# National Institute of Advanced Industrial Science and Technology (AIST) +# Registration Number H15PRO112 + +# This file is part of the m17n-contrib; 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 General Public License +# along with GNU Emacs; see the file COPYING. If not, write to +# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. + +echo "Running aclocal..." +aclocal +echo "Running automake..." +automake -a +echo "Running autoconf..." +autoconf +echo "The remaining steps to install this packge are:" +echo " % ./configure" +echo " % make" +echo " % make install" diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..4c95934 --- /dev/null +++ b/configure.ac @@ -0,0 +1,47 @@ +dnl Autoconf script for the m17n-contrib. +dnl Process this file with autoconf to produce a configure script. +dnl +dnl Copyright (C) 2006 +dnl National Institute of Advanced Industrial Science and Technology (AIST) +dnl Registration Number H15PRO112 +dnl +dnl This file is part of the m17n-contrib; a sub-part of the m17n +dnl library. +dnl +dnl The m17n library is free software; you can redistribute it and/or +dnl modify it under the terms of the GNU Lesser General Public License +dnl as published by the Free Software Foundation; either version 2.1 of +dnl the License, or (at your option) any later version. +dnl +dnl The m17n library is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl Lesser General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with GNU Emacs; see the file COPYING. If not, write to the +dnl Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +dnl Boston, MA 02110-1301, USA. + +AC_INIT(m17n-contrib, 1.0.0, bugs-m17n-lib@m17n.org) +AM_INIT_AUTOMAKE + +# Checks for programs. +AC_PROG_AWK + +AC_CHECK_PROG(HAVE_M17N_DB, m17n-db, yes) +if test "x$HAVE_M17N_DB" != "xyes"; then + AC_MSG_ERROR([Please install the m17n-db at first. +It is available at .]) +fi + +M17NDIR=`m17n-db` +AC_SUBST(M17NDIR) + +INPUT_METHOD=`echo im-indic/*.mim` +AC_SUBST(INPUT_METHOD) +ICONS=`echo im-indic/*.png` +AC_SUBST(ICONS) + +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT diff --git a/im-indic/bn-inscript.mim b/im-indic/bn-inscript.mim new file mode 100644 index 0000000..37ffbf6 --- /dev/null +++ b/im-indic/bn-inscript.mim @@ -0,0 +1,131 @@ +;; bn-inscript.mim -- Bengali input method for inscript layout +;; This file is derived the Bengali inscript table of scim-tables, +;; which was derived from iiimf unitLE's Bengali inscript layout. +;; Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved. + +;; This file is not part of the m17n database; a sub-part of the m17n +;; library. + +;; The 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 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 library; if not, write to the Free +;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +;; 02111-1307, USA. + +(input-method bn inscript) + +(description "Bengali input method for inscript layout. +") + +(title "ক") + +(map + (trans + ("!" ?!) + ("\"" ?ঠ) + ("'" ?ট) + ("(" ?() + (")" ?)) + ("+" ?ঋ) + ("," ?,) + ("-" ?-) + ("." ?।) + ("/" ?য়) + ("0" ?০) + ("1" ?১) + ("2" ?২) + ("3" ?৩) + ("4" ?৪) + ("5" ?৫) + ("6" ?৬) + ("7" ?৭) + ("8" ?৮) + ("9" ?৯) + (":" ?ছ) + (";" ?চ) + ("<" ?ষ) + ("=" ?ৃ) + (">" ?>) + ("?" ?য) + ("@" ?@) + ("#" ?#) + ("$" ?$) + ("%" ?%) + ("&" ?&) + ("*" ?*) + ("^" ?^) + ("A" ?ও) + ("B" ?B) + ("C" ?ণ) + ("D" ?অ) + ("E" ?আ) + ("F" ?ই) + ("G" ?উ) + ("H" ?ফ) + ("I" ?ঘ) + ("J" ?J) + ("K" ?খ) + ("L" ?থ) + ("M" ?শ) + ("N" ?N) + ("O" ?ধ) + ("P" ?ঝ) + ("Q" ?ঔ) + ("R" ?ঈ) + ("S" ?এ) + ("T" ?ঊ) + ("U" ?ঙ) + ("V" ?V) + ("W" ?ঐ) + ("X" ?ঁ) + ("Y" ?ভ) + ("Z" ?Z) + ("[" ?ড) + ("\\" ?\\) + ("]" ?়) + ("_" ?ঃ) + ("`" ?`) + ("a" ?ো) + ("b" ?ব) + ("c" ?ম) + ("d" ?্) + ("e" ?া) + ("f" ?ি) + ("g" ?ু) + ("h" ?প) + ("i" ?গ) + ("j" ?র) + ("k" ?ক) + ("l" ?ত) + ("m" ?স) + ("n" ?ল) + ("o" ?দ) + ("p" ?জ) + ("q" ?ৌ) + ("r" ?ী) + ("s" ?ে) + ("t" ?ূ) + ("u" ?হ) + ("v" ?ন) + ("w" ?ৈ) + ("x" ?ং) + ("y" ?ব) + ("z" ?z) + ("{" ?ঢ) + ("|" ?|) + ("}" ?ঞ) + ("~" ?~) + )) + +(state + (init + (trans))) diff --git a/im-indic/bn-inscript.png b/im-indic/bn-inscript.png new file mode 100644 index 0000000000000000000000000000000000000000..b7f9f592ba9dba65ad84b02e13c5bb69b4e68c97 GIT binary patch literal 1367 zcmV-d1*rOoP)WFU8GbZ8({Xk{QrNlj4iWF>9@00g^9L_t(&-tCxeY!p=# zhM$?8T_}_SW3jslu*D)0NlQo+#{!`!1|k+{(1P&~5+zkY0;@y~Q6yj_O~oIgD5*fy z#2RBmF%fDcP>2~5v`9)sZJ`xPTWO~sEG^xS8Gm%z-O{D|LFq@bZ!$mbz30w--#ho* zbIw2_?A83@KWfFr;bhuw8~SO}|EjN;Q z|KJABoO={GsfCTXhgq6=3SVL|x>S#Jb5)*z;0E3p)GtueG5LE#x|$QtZtI8JDJxe3 z$3xKhZciRg$29;f9a%{2*#IjXc2^02c(2JP zYelzXGbjQO+rEj^^x+5o>D9JMUNWX%?A7N>I@tU5_jLC?;J| z)RMn>H}>S~Ll?-Zy%+$(H7lcbP43#ktTuePO?UO)QB4In>@H!@ZXrRFupLM-?>(cB z0IhXAzgZ+4VwNt6O;^az$1KqGtoc}UY>~(j(VuwRMQ&#>My9!^6X>N}I4W)7b zIi&%W{>R<;7PaDA)*Numual9EPY5{W;#PPr_JyR|79B`Tx13GHayAibQF7oowMhtV zfn|ldc9v$IWM*n59~|01Mb$$w3)m6^$sNFWpb^*|)Sm%Vc$YL6SdULc{C8Af$LF=- z%h7t;dfF{U+dRxny+qEUW3da6Q9p{7y@v9-DWEmf{OTVlFkVc<_SK{S;f!`Xo9jcq zFKMhh`Y;pA+0alXXeeudq;R&KdulLjdW6M^aaTSNj|T*UQch2h>Q^;F)+d; z3*w!2T|?OooHlP103UDwm?5J+DWmQOJP{Ea>yJo4%Zod6AGtXWXM9W;Ih zNS9I9%cxNWyzZ~iZ?)Dqi9<)9<@4g_`;6@>+(c37Gq^hvg1c9Q6riCbnBg$p z12Sqeur+AxC7?w^DbY}to7d@G!}h6tU)1Tif6}|oF*OUqIEY*tO9DRLfG=VG|m<=oh)&O&Z60{Q") + +(title "ক") + +(map + (trans + ("!" ?!) + ("1" ?১) + ("@" ?@) + ("2" ?২) + ("#" ?#) + ("3" ?৩) + ("$" ?৳) + ("4" ?৪) + ("%" ?%) + ("5" ?৫) + ("^" ?^) + ("6" ?৬) + ("&" ?ঞ) + ("7" ?৭) + ("*" "ত্‌") + ("8" ?৮) + ("(" ?() + ("9" ?৯) + (")" ?)) + ("0" ?০) + ("_" ?_) + ("-" ?‌) + ("+" ?‍) + ("=" ?=) + ("Q" ?ধ) + ("q" ?দ) + ("W" ?ঊ) + ("w" ?ূ) + ("E" ?ঈ) + ("e" ?ী) + ("R" ?ড়) + ("r" ?র) + ("T" ?ঠ) + ("t" ?ট) + ("Y" ?ঐ) + ("y" ?এ) + ("U" ?উ) + ("u" ?ু) + ("I" ?ই) + ("i" ?ি) + ("O" ?ঔ) + ("o" ?ও) + ("P" ?ফ) + ("p" ?প) + ("{" ?ৈ) + ("[" ?ে) + ("}" ?ৌ) + ("]" ?ো) + ("A" ?অ) + ("a" ?া) + ("S" ?ষ) + ("s" ?স) + ("D" ?ঢ) + ("d" ?ড) + ("F" ?থ) + ("f" ?ত) + ("G" ?ঘ) + ("g" ?গ) + ("H" ?ঃ) + ("h" ?হ) + ("J" ?ঝ) + ("j" ?জ) + ("K" ?খ) + ("k" ?ক) + ("L" ?ং) + ("l" ?ল) + (":" ?:) + (";" ?;) + ("\"" ?\") + ("'" ?') + ("|" ?॥) + ("\\" ?\\) + ("~" ?~) + ("`" ?`) + ("Z" ?য) + ("z" ?য়) + ("X" ?ঢ়) + ("x" ?শ) + ("C" ?ছ) + ("c" ?চ) + ("V" ?ঋ) + ("v" ?আ) + ("B" ?ভ) + ("b" ?ব) + ("N" ?ণ) + ("n" ?ন) + ("M" ?ঙ) + ("m" ?ম) + ("<" ?ৃ) + ("," ?,) + (">" ?ঁ) + ("." ?।) + ("?" ??) + ("/" ?্) + )) + +(state + (init + (trans))) diff --git a/im-indic/bn-probhat.png b/im-indic/bn-probhat.png new file mode 100644 index 0000000000000000000000000000000000000000..bd99ed8c7d914ea4120ae9810957e40284b5d29f GIT binary patch literal 1554 zcmV+t2JQKYP)WFU8GbZ8({Xk{QrNlj4iWF>9@00nkQL_t(&-tCxqY*bYg zhrijn1Lc9V;{aViBC-Zb@`9jMAQqK22m_`Xf<)93ng|sXH7XjSXc`j(4YF@8poXnM z76B7#c|a5?kRUBk+R~QNzOr;-I-7s=b^5x@bUK~3g!Gq8<}T;Hd(ORQx#vI+deDO& z^q>RKbj2nz;^V+4O810-w98-L)_2iC3BcP*+Xnbe0PQ2ALNa2WAHO>U$O9^YsbP@y4yKAfS-{{-Mw)p#G}*MN)uvVkQ&tp7}5rW{zM8Xv7NHWio- zM5*SofZtU8tKH^>WW*xC1Y8x6hPt8I2Fz0ptrd_KcdHkY5yOE5ptl#~%YeB+U}qSy zz8y?!ff>L8;6-oO3P@!#;;v@5&~*YRjL!!?0G{x1pRCRjK-&iM6M=KUCKdBe#Wkh? zx4qmar?cXK*4?Sgh^v5;ibrXPpc{Z;0@4%#X&q4KmWsm0J!($%wCcyK(LMn+d^hnOdDI zzY|VE>dyMp)Y$oJ^DItZ9Lt^)37o$&oI6#$=@nAVsG*lhPS}e$>Q6M*7wnvrjjnxnC1Tc1|4G zIdLp9Z)ZW`7IYQq?Mo>Iq+>vw5}g53fylPj<=1JKdz#NJh<3HhD*Lx!zBw{}na7z+ zV|;r~3rH0*;tRkZO3=}@opCr;dz!vd5ZhvG`ot3?#UCNsScH5xoXo5#{CFtIuh|L`X%w>Pd8DkrBNFRG+5YjU@ia`@}2|= zeXmLgNaa4JpiN-4>B%o1BDGf!OTzN)QzA zfVtB$-O~2!Q`uM*2)*C&!j=-1y-IK#BWt;5l{~6XjH!^IK#Ti?B6oOWxnpoX5Y+vJ zt=xh}7ka-s%q^YM2|EtH;_AnblOB%BoLYdQG9y|4#$kRNEgSsXx>fUL|8}-)OND~mG^p6akp=i zF^e^jHM{4tX7~J7*CZ$GCGnY~-Y4~)33UL|>ufv~bHy!ffT51G*VnToc_SK)9|~LT zL9_u)z7?k@4-{oA;`Fl2 zSW^MPK^9VG?<8gRPXE<~{CNwWR4CR|;LB%|y3_{LLfC9NuH78uvjDp48GDS8Y5Tj) zh;Njdu-Of+{*Zy*3!t@(KCgceKdW23P_zL}v;j@?7wEuvL6?FS^w{@Y1RuHG*P;`KGI*%&;2Ws8F2u}K+egFUf07*qoM6N<$ Eg8Jdj(f|Me literal 0 HcmV?d00001 diff --git a/im-indic/gu-inscript.mim b/im-indic/gu-inscript.mim new file mode 100644 index 0000000..de2eae7 --- /dev/null +++ b/im-indic/gu-inscript.mim @@ -0,0 +1,131 @@ +;; gu-inscript.mim -- Gujarati input method for inscript layout +;; This file is derived the Bengali inscript table of scim-tables, +;; which was derived from iiimf unitLE's Bengali inscript layout. +;; Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved. + +;; This file is not part of the m17n database; a sub-part of the m17n +;; library. + +;; The 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 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 library; if not, write to the Free +;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +;; 02111-1307, USA. + +(input-method gu inscript) + +(description "Gujarati input method for inscript layout. +") + +(title "ક") + +(map + (trans + ("!" ?ઍ) + ("1" ?૧) + ("@" ?ૅ) + ("2" ?૨) + ("#" ?ૠ) + ("3" ?૩) + ("$" ?ૄ) + ("4" ?૪) + ("5" ?૫) + ("6" ?૬) + ("7" ?૭) + ("8" ?૮) + ("(" ?() + ("9" ?૯) + (")" ?)) + ("0" ?૦) + ("_" ?ઃ) + ("-" ?-) + ("+" ?ઋ) + ("=" ?ૃ) + ("Q" ?ઔ) + ("q" ?ૌ) + ("W" ?ઐ) + ("w" ?ૈ) + ("E" ?આ) + ("e" ?ા) + ("R" ?ઈ) + ("r" ?ી) + ("T" ?ઊ) + ("t" ?ૂ) + ("Y" ?ભ) + ("y" ?બ) + ("U" ?ઙ) + ("u" ?હ) + ("I" ?ઘ) + ("i" ?ગ) + ("O" ?ધ) + ("o" ?દ) + ("P" ?ઝ) + ("p" ?જ) + ("{" ?ઢ) + ("[" ?ડ) + ("}" ?ઞ) + ("]" ?઼) + ("A" ?ઓ) + ("a" ?ો) + ("S" ?એ) + ("s" ?ે) + ("D" ?અ) + ("d" ?્) + ("F" ?ઇ) + ("f" ?િ) + ("G" ?ઉ) + ("g" ?ુ) + ("H" ?ફ) + ("h" ?પ) + ("J" ?ઽ) + ("j" ?ર) + ("K" ?ખ) + ("k" ?ક) + ("L" ?થ) + ("l" ?ત) + (":" ?છ) + (";" ?ચ) + ("\"" ?ઠ) + ("'" ?ટ) + ("|" ?ઑ) + ("\\" ?ૉ) + ("~" ?~) + ("`" ?`) + ("Z" ?ૐ) + ("z" ?૱) + ("X" ?ઁ) + ("x" ?ં) + ("C" ?ણ) + ("c" ?મ) + ("V" ?\") + ("v" ?ન) + ("B" ?') + ("b" ?વ) + ("N" ?ળ) + ("n" ?લ) + ("M" ?શ) + ("m" ?સ) + ("<" ?ષ) + ("," ?,) + (">" "।") + ("." ?.) + ("?" ??) + ("/" ?ય) + ("%" "જ્ઞ") + ("^" "ત્ર") + ("&" "ક્ષ") + ("*" "શ્ર") + )) + +(state + (init + (trans))) diff --git a/im-indic/gu-inscript.png b/im-indic/gu-inscript.png new file mode 100644 index 0000000000000000000000000000000000000000..1b979b3dc9c8b795c165aee586896b69cd0e886d GIT binary patch literal 1465 zcmV;q1xEUbP)^mjz|Ci03CEi zSad^gZEa<4bO1wgWnpw>WFU8GbZ8({Xk{QrNlj4iWF>9@00kXML_t(&-tC!dY!p=# z$A3G!EiI3NgQUCi*p`YF!D5WUl~k=7$r`N%N_-@KLdAlmMphvP6o`dHv7j*`Xb52N zL4s636O@>gM__zF(TMVpM+3EOfSV#MrMul7KQPojX5ZT>ANo(`!<>8W%=yo`=bm%! zKp*;$5Ny5q^1AwpOyE)ANnkRN2{Zuvf$hL9m($yD!x5;fugKOFxjN`L?FptHA?P>_ zN)rSJqO@hB_{O35Z^Nb!0@wz;>T-Hd-w*_9FO<9$NZ-3On0h3luHqYqqqzuMa40~j z%jx~7*9g?rSJ>M6Z{HJ0-<==pTu0M1?5+6#Yk)Z}r&n(uvxYFft3Uu^*EY~OKjMhfY&YcKuybtt-9mfv~W7}RxV;s zwfKK&*n(_%rv$g_pLUtOr2xm3LVzNd)4M$?4@g8lFcruLMgb~t6{rDr0c%vWzr)Pe zNe39wF8kN7b<_Lxue?t8x~_1nCZ`jDKzbE6e>Qgi_-)rez7poeVac z4;T#O8S+0RqFf@BM7(sz=o6jpQyhNsZavyfuPtMJ=Rgl(ybah1+!w{WQ-FoQm&Uwy zobf61qb0Cp)+#2BJB(ckFfy~26|XGAdGq=B6PZNJ23E)TA?H`@vL(KAv+Hzl(r z6bt%Ytia{;+9JikTHpoX?iilEKq5A%XeXncATJH(;L$rddCtwL+EJW5>*j2Oi=b|& za>a{`bk>F6VnYq6XhDf61%5Qhd<`4{T7a>@B4E17aw_S#%|*hV>PeKZD~sD3VRs=F z?SMp#R?+Ia3{?Zg67i|wrH+^q3xPxtapy2GzSEjFk-1|rz%#juO>dVmKId4^5QqRX za{Xd?Kw7Gg+p|tF?V+8?B_I)YiI^H;{zMa5Lp+9L3}{Na2bKX_jX*Xdm=08!4E+*c zW1=T7h$W&Bm~Z5X4<+JpV3lE<4|o7r4%}rjz0%6^++kw;P+()1B}yFbnuD2IJd+nJU`8c)w)h<&18!OHG5~ zBcP)BfI=f7wMHuU0gsBdDXvcK!Z0@Mn87EN&vs8T>*lighbL%iN$)yT6m>%*5yOpa z>oH1*{=fy`cOzgos%Tfk_5)#xxo@hbL@XsfFP}@U`&v(LZ!WAHIb_H5s9Q=Etrl2n zT)hgVHSaga)q-N!VO>)n$pca63BP-vyMN97$u1?VIeiNZTWn^$rKb`daeaF|w?ij)8TdmYK9Gp9Nr{ghG=4VlK9Cwh zB?znp-cZrnEcbv!jFO1VFe*P8MuvO$Yrt1sk7IhAfJ6*13cdppksBfb9s)|Ecw8|s z(=r0a*V+I~0J4FfC1OSh66=7EfqB3XU^uYFM76}S7?6m?z!H<8O~5=A?R`2MgMyh&0`6H4n$r8-U9|ExZ~=;!zx;prQ4{Awid_*J_7;?5Lghe@kvW$5|Is* z0nY%=7!JkesAvhDVk9*a8$m9B2Z4KlF~BXxGSiJt?vRl~zEIJw(1$+sAtC$+y+eq! T5RgIM00000NkvXXu0mjfi`11- literal 0 HcmV?d00001 diff --git a/im-indic/gu-phonetic.mim b/im-indic/gu-phonetic.mim new file mode 100644 index 0000000..19d13b9 --- /dev/null +++ b/im-indic/gu-phonetic.mim @@ -0,0 +1,129 @@ +;; gu-phonetic.mim -- Gujarati input method for phonetic layout +;; Copyright (c) 2004-2006 Red Hat, Inc. All rights reserved. + +;; This file is not yet part of the m17n database; a sub-part of the m17n +;; library. + +;; The 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 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 library; if not, write to the Free +;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +;; 02111-1307, USA. + +(input-method gu phonetic) + +(description "Gujarati input method for phonetic layout. +Author: Jatin Nansi ") + +(title "ક") + +(map + (trans + ("~" ?ઍ) + ("`" ?ૅ) + ("!" ?!) + ("1" ?૧) + ("@" ?@) + ("2" ?૨) + ("#" ?#) + ("3" ?૩) + ("$" ?$) + ("4" ?૪) + ("&" ?૱) + ("5" ?૫) + ("6" ?૬) + ("7" ?૭) + ("8" ?૮) + ("(" ?() + ("9" ?૯) + (")" ?)) + ("0" ?૦) + ("_" ?_) + ("-" ?-) + ("+" ?+) + ("=" ?=) + ("Q" ?ઔ) + ("q" ?ઓ) + ("W" ?ઠ) + ("w" ?ટ) + ("E" ?ૈ) + ("e" ?ે) + ("R" ?ૃ) + ("r" ?ર) + ("T" ?થ) + ("t" ?ત) + ("Y" "ય઼") + ("y" ?ય) + ("U" ?ૂ) + ("u" ?ુ) + ("I" ?ી) + ("i" ?િ) + ("O" ?ૌ) + ("o" ?ો) + ("P" ?ફ) + ("p" ?પ) + ("{" ?ઢ) + ("[" ?ડ) + ("}" "ર઼") + ("]" ?ઋ) + ("A" ?આ) + ("a" ?ા) + ("S" ?શ) + ("s" ?સ) + ("D" ?ધ) + ("d" ?દ) + ("F" ?અ) + ("f" ?્) + ("G" ?ઘ) + ("g" ?ગ) + ("H" ?ઃ) + ("h" ?હ) + ("J" ?ઝ) + ("j" ?જ) + ("K" ?ખ) + ("k" ?ક) + ("L" ?ળ) + ("l" ?લ) + (":" ?ઈ) + (";" ?ઇ) + ("\"" ?ઊ) + ("'" ?ઉ) + ("|" ?ઑ) + ("\\" ?ૉ) + ("Z" ?ઁ) + ("z" ?ઙ) + ("x" ?ષ) + ("C" ?છ) + ("c" ?ચ) + ("V" ?ઽ) + ("v" ?વ) + ("B" ?ભ) + ("b" ?બ) + ("N" ?ણ) + ("n" ?ન) + ("M" ?ં) + ("m" ?મ) + ("<" ?ૐ) + ("," ?,) + (">" ?઼) + ("." ?.) + ("?" ?ઐ) + ("/" ?એ) + ("X" "ક્ષ") + ("%" "જ્ઞ") + ("^" "ત્ર") + ("*" "શ્ર") + )) + +(state + (init + (trans))) diff --git a/im-indic/gu-phonetic.png b/im-indic/gu-phonetic.png new file mode 100644 index 0000000000000000000000000000000000000000..6bb8fc74f8fdb50b5efc71dc0831bf2f43532ce3 GIT binary patch literal 1655 zcmV--28j8IP)WFU8GbZ8({Xk{QrNlj4iWF>9@00rAgL_t(&-tCxaY*bYg z$A7bSp=Eh&9Shwk#I#%a zzzBi`AA$-6B1;1W3N27>S-LQtnT{X&m=5EcwQEfO$t3UHd+vSbKWDk;9%w@w+R%nJ zGyu9_gamRt&<%(M1W+iU+zYT~xGL|7{Su13F$oy`C@>g!6?hVO$ZNV%AnyR)l~Dfi zvBgSYpx0PepsX2 zeJ#X&J{HLRT8#xHl-y;f`CBI0=^f>zUD2!7_VWc8t^SkKp-aoYk*8(yFl*dH7@}_XjtHP38lP6vyebG z02_f$_cIGnB#^fPXMpa&RG_oQUdviT8tn@7@*0Z*o(-_ij}pqZaFr-2UEUoS3rqq= zsDIQo;1G}p{A`J{UJELX3gkh+UJok-!eQVE38lhopMYt!q;z?*OD|T`8ZTtjnom({ zya4(NsEtAINJd}N7rp&qbgo#`gLQ!=&Uzu>IiQx$tAPwZio1YyK#qh`t+9t+0$0jr zzvGPh?Y&y_slb6+(-&i9Cc4_r0P`$y*3W`E$OQ5j;5lF<&{NGcS5*tGl~9iQS*uCF zRyy^jBRcPZGiv{+ko~HdLo$teOarX>6`^XPPW`? z4R!vmb8_&@$s9g8h|T*lIDR&bTNUkzjjp7B>S?kwwjlTa6`eg9gT3F@X0yN@yW&$; zIWd@d%iaf|TcvzGXsKX)m~{d~Q=i(lmd zR(v;uKTZt{cpqpe-2c99=|#VSXD_AvXKeh4ePpKZA<0sVxZRQM`H!=4SEf60uG>DD z(Jwav0fF2b_#%`w=PuV3!=qh7;7hWz{zw>GL zd-@P1WD88!Xn1u1)(YeU0(qnti2@155io!~2oztpkbi8Lrt)8Ho64bry1Cfs3Z5GM zOUP;TYhZ}lZt=!wAYULKRWC$)fYYiw1;{|j54^wi$wFpjZ6bZBLc6Fc&Rk3(clRWe zlSAAxuV=3zCb|l$!)U7r$dZ&(2Z*e!0 zOw<(Farttgl=w^Ge7b4w18Or^s6RK7Oz7^Da5xN{ztS^o0*1660_;)Wo}gf7X1&btEb(fw*r>vi_T{Dhc-L6$hHD_~cm zso@h0v(kc$8S002ovPDHLkV1f`B B{{a91 literal 0 HcmV?d00001 diff --git a/im-indic/hi-inscript.mim b/im-indic/hi-inscript.mim new file mode 100644 index 0000000..f5d218c --- /dev/null +++ b/im-indic/hi-inscript.mim @@ -0,0 +1,131 @@ +;; hi-inscript.mim -- Hindi input method for inscript layout +;; This file is derived the Bengali inscript table of scim-tables, +;; which was derived from iiimf unitLE's Bengali inscript layout. +;; Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved. + +;; This file is not part of the m17n database; a sub-part of the m17n +;; library. + +;; The 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 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 library; if not, write to the Free +;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +;; 02111-1307, USA. + +(input-method hi inscript) + +(description "Hindi input method for inscript layout. +") + +(title "क") + +(map + (trans + ("!" ?ऍ) + ("1" ?१) + ("@" ?ॅ) + ("2" ?२) + ("#" ?#) + ("3" ?३) + ("$" ?$) + ("4" ?४) + ("5" ?५) + ("6" ?६) + ("7" ?७) + ("8" ?८) + ("(" ?() + ("9" ?९) + (")" ?)) + ("0" ?०) + ("_" ?ः) + ("-" ?-) + ("+" ?ऋ) + ("=" ?ृ) + ("Q" ?औ) + ("q" ?ौ) + ("W" ?ऐ) + ("w" ?ै) + ("E" ?आ) + ("e" ?ा) + ("R" ?ई) + ("r" ?ी) + ("T" ?ऊ) + ("t" ?ू) + ("Y" ?भ) + ("y" ?ब) + ("U" ?ङ) + ("u" ?ह) + ("I" ?घ) + ("i" ?ग) + ("O" ?ध) + ("o" ?द) + ("P" ?झ) + ("p" ?ज) + ("{" ?ढ) + ("[" ?ड) + ("}" ?ञ) + ("]" ?़) + ("A" ?ओ) + ("a" ?ो) + ("S" ?ए) + ("s" ?े) + ("D" ?अ) + ("d" ?्) + ("F" ?इ) + ("f" ?ि) + ("G" ?उ) + ("g" ?ु) + ("H" ?फ) + ("h" ?प) + ("J" ?ऱ) + ("j" ?र) + ("K" ?ख) + ("k" ?क) + ("L" ?थ) + ("l" ?त) + (":" ?छ) + (";" ?च) + ("\"" ?ठ) + ("'" ?ट) + ("|" ?ऑ) + ("\\" ?ॉ) + ("~" ?ऒ) + ("`" ?ॊ) + ("Z" ?ऎ) + ("z" ?ॆ) + ("X" ?ँ) + ("x" ?ं) + ("C" ?ण) + ("c" ?म) + ("V" ?ऩ) + ("v" ?न) + ("B" ?ऴ) + ("b" ?व) + ("N" ?ळ) + ("n" ?ल) + ("M" ?श) + ("m" ?स) + ("<" ?ष) + ("," ?,) + (">" ?।) + ("." ?.) + ("?" ?य़) + ("/" ?य) + ("%" "ज्ञ") + ("^" "त्र") + ("&" "क्ष") + ("*" "श्र") + )) + +(state + (init + (trans))) diff --git a/im-indic/hi-inscript.png b/im-indic/hi-inscript.png new file mode 100644 index 0000000000000000000000000000000000000000..fb8589e95f7bbb08a72f9d00b1d9405118c69e2d GIT binary patch literal 1514 zcmVWFU8GbZ8({Xk{QrNlj4iWF>9@00mA-L_t(&-tC!dY*a-Q z$A7zQmzER?L$SN0w3I@LAwh(ySA&lPP0%1>geXSTghas*P#X9GmhjL-ln`IlM2U$X zOeB^>f`&vA0ga3S60D%MLffsB?xr{tDW=_acm2R@8E^M-x4T6W`%i9i=iIq>&;Oh` z=ggUf5scvf4cE=2Oh<563GfiG7`O*00YbnJz<%Hxzpo~A(-G(h?y88nRbAB6vM}mB zL)6m(?rw+{;_k1&9iD}|uL@UeEWnq*D}G;1OGX3~Rs}Ezm~1H0B6sa58M|QsR88yqWQ;&j5#ovfWmSCp8|eE{HI<e&`w!(TVm10qU=bcVmdd?tFIVCW7{T3V^9K;H10dU9=1%UemvMq_XJit2O zb--&p+ANT-={PEi3$JvX=!}hvfH#(wz_Et8T(ih;>?Lpb@6K>i3U&@mFn9)(qW-CWL<|0C$9 zdc}c(>zC%~jtTs28|ORyQGq-KJZFeXfNevuY-8KB>%3i2rj@oiCU7!Ab|C{2`+$%2 z79a#Xs<28kCGdM&#lZbk|9SGg;lwq;Si@(NSbUF>RVw2N!hsIvQaY@#h|cU8JgMFN6A;K9Mm#Jr2wXCs4FwA8nK*%1Ngv@& z?J4Is85u~7yF~H$E=L|1s&WFD4^#jJDdNa6ngSJ$mQPj$6qXy<0;~rLa~T7s2T}!a zwjS67)aE*X`}#dJx0emS2Y{uv@oC-e^`v?!{8Dgxs^_g2O6iYyZiokhwko|yAOmUN zTE&jml_cGYnguM+(?^-FJ>$)sQ+#9_zhJ~ivBH|Cu&NVnBc|ph@5Rj&T3H&vGb)<- zv5LYv0nCeU8w7HCl6jv1&l{pofjfX(6L{-0V5dNa09yNqWg9Q<-q}B8TZvZ!9~k3j z6DSYh)7h#~VJ(h(A(bc69%%KIe_vMEFeh6AQ*;k7sA~i|^lsF&bP=#mVcqX!IVDv- zGHFZsn83YR#ei-l_X1UhxLKb8jTgwt0_oGe^=@0={H8r791)4-9h{nnt31DRTQ0KD zlYrTrAJLhp+twe1fb|M%Ch&+BS1YW1f$VV_+`3BSGz%@aefep-@-}#F2V#B0)e}2~ zc~W;;ATOlZ%spuK*@;f^ZZv_v%!2^EH%f-{`igsN^KhO@I7Nf4dEc0#Pd==xb{()# zAdlvXz>o`>!m0+2+r;kxwE}thMs;sP_JBUbt+R>O0_POgPK7mFA5#u1vTbNy)}7lD zLpBlEps!AabrLwMi&~dJzL!e^SzAb3xmE{eI)fY($cJx=C1fn6m_Tj?W&!nj8<7m3 z=Xwd{e2pqBKk$^!`*Zb14zB&Da7(TOeAt6bVHE)r0IxtcF@h0{U<4-q0lHV7aUbqE Q&Hw-a07*qoM6N<$f>maxDgXcg literal 0 HcmV?d00001 diff --git a/im-indic/hi-phonetic.mim b/im-indic/hi-phonetic.mim new file mode 100644 index 0000000..a1d9a91 --- /dev/null +++ b/im-indic/hi-phonetic.mim @@ -0,0 +1,128 @@ +;; hi-phonetic.mim -- Hindi input method for phonetic layout +;; Copyright (c) 2004-2006 Red Hat, Inc. All rights reserved. + +;; This file is not yet part of the m17n database; a sub-part of the m17n +;; library. + +;; The 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 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 library; if not, write to the Free +;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +;; 02111-1307, USA. + +(input-method hi phonetic) + +(description "Hindi input method for phonetic layout. +Author: Jatin Nansi ") + +(title "क") + +(map + (trans + ("~" ?ऎ) + ("`" ?ॆ) + ("!" ?ऍ) + ("1" ?१) + ("@" ?ॅ) + ("2" ?२) + ("#" ?ऑ) + ("3" ?३) + ("$" ?ॉ) + ("4" ?४) + ("%" ?ञ) + ("5" ?५) + ("6" ?६) + ("7" ?७) + ("8" ?८) + ("(" ?() + ("9" ?९) + (")" ?)) + ("0" ?०) + ("_" ?_) + ("-" ?-) + ("+" ?+) + ("=" ?=) + ("Q" ?औ) + ("q" ?ओ) + ("W" ?ठ) + ("w" ?ट) + ("E" ?ै) + ("e" ?े) + ("R" ?ृ) + ("r" ?र) + ("T" ?थ) + ("t" ?त) + ("Y" ?य़) + ("y" ?य) + ("U" ?ू) + ("u" ?ु) + ("I" ?ी) + ("i" ?ि) + ("O" ?ौ) + ("o" ?ो) + ("P" ?फ) + ("p" ?प) + ("{" ?ढ) + ("[" ?ड) + ("}" ?ऱ) + ("]" ?ऋ) + ("A" ?आ) + ("a" ?ा) + ("S" ?श) + ("s" ?स) + ("D" ?ध) + ("d" ?द) + ("F" ?अ) + ("f" ?्) + ("G" ?घ) + ("g" ?ग) + ("H" ?ः) + ("h" ?ह) + ("J" ?झ) + ("j" ?ज) + ("K" ?ख) + ("k" ?क) + ("L" ?ळ) + ("l" ?ल) + (":" ?ई) + (";" ?इ) + ("\"" ?ऊ) + ("'" ?उ) + ("|" ?ऒ) + ("\\" ?ॊ) + ("Z" ?ँ) + ("z" ?ङ) + ("x" ?ष) + ("C" ?छ) + ("c" ?च) + ("V" ?ऴ) + ("v" ?व) + ("B" ?भ) + ("b" ?ब) + ("N" ?ण) + ("n" ?न) + ("M" ?ं) + ("m" ?म) + ("<" ?ऩ) + ("," ?,) + (">" ?़) + ("." ?।) + ("?" ?ऐ) + ("/" ?ए) + ("^" "ज्ञ") + ("X" "क्ष") + ("*" "श्र") + )) + +(state + (init + (trans))) diff --git a/im-indic/hi-phonetic.png b/im-indic/hi-phonetic.png new file mode 100644 index 0000000000000000000000000000000000000000..b36aeb3421ba42323deebcdac1484b500d42b308 GIT binary patch literal 1918 zcmV-^2Z8vBP)WFU8GbZ8({Xk{QrNlj4iWF>9@00!boL_t(&-tCxua1`|! z$3J`7yCe`ySR%P2f#gDnT3?`|c2$%(6edo2F_M&;nc9x6R^C*M+FIWRJFQMj###q$ zr>G33+S&^8(u~kn>qyNa+DZsaK!m)RTm&|dTte>l?zVqqbGLW7gG=rbT8C%m=JxmO zv-^9#`+MHu0$rdBbb-z%3GoW5$WCAuFbVJgE?}>Oa_St<^E z^D6SX^X9}V@;u=0CRQ_WvxL$T;dK(J~BuztH{}74WKV#ofhxQB$Q8q z@0nORz|&(5;FBoPg<*i$3~T^8jo%^_Id9aRSVcZ!`r^4^<_%rO^>pL^^JFO?p%f)6 z6Hkx1N4R62O?J%5^8a4UnNQ#e)Ae#wG*W@*jB6Q4HL~<@=zd@@8o7Y=qgsus$R7i< z2kkvkJ5`YzflG|#J_#jQqI9^bbAb84V&DcNa&-b90^5MUIqX%PBdSK@R8BGqIwz2R z7C#E34p+5Px2P}r#ZO8DwgUvjV_R8fF zKt;9yPXP}C8NoZCsgmm~HrK?qC&Smm%+txpz!Cq|N_0@Hc#yv@4UW>3W50%>*l^;E>ZMGtkjsy}eptF|Qq;P=1+ z)A}CZF~hvFfqcV6UEQ98H|mzQvS=?kaVm?_)ine5F8KM^D@)naFpDkkm9p>fWt?(f z#DsCZTv^meW$D|@#|gX-b)e^H zVee4(f1Opo9B7#*PdvdDMTdBI?~O6P+KP%z+_m^kQcqUnuvZC*X5t?JFPYYNMk)_r z>9mph>nUV>Z6@OOiDCCXYbgj`f7z9NR^c!0!JI_=`42ap2zF&EC~k9O*@uy(+?8_ zV6>8N0>viwQ6o2Ol~8&Bn%k_p?N?JseSVF6Nd2*O}Ju12ZL*nnC3O^c)S(x@NS}u8>K6 zJRbT5G@nRQ`_xbYR{mO;@@6W#WoM}4@}woD8ok4GtpSx1iaTb}<+X&*F049D?Roh8 z14fW$>u1^g9WghXlo|Q}nd5ts0>C`%YLHOcV+mUSkd63mXfWZwz6Vmm&BvMBN?NKX z=4SPugrylRUF8XR4@!#At1VG!D4t9TfO;qJKZm;0O`hj~B#<^K| z(?60DMqdK%GOeFcksZL363Xcz(i8pkzt9w(16rM7>mUE-QSL5#gOb?_%)Lh6P zcP>V0xH>5FK;_G1jO&9lNoZ(PoTuXwPCuMg{sRhGWZ zn#v6b0>Mn2Xd-*SXgzN;2MnW9d>A-B?pv13a~ ze)rQy*|?*Eopp0*KRy|&=wq7W3+Bw+OT{;9nJk?got9EU(Sfxp@*Bp0w=7n0(7qi~ z;)tmRD$H#mJ" ?ಾ) + ("." ?.) + ("/" ?ಯ) + ("%" "ಜ್ಞ") + ("^" "ತ್ರ") + ("&" "ಕ್ಷ") + ("*" "ಶ್ರ") + )) + +(state + (init + (trans))) diff --git a/im-indic/kn-inscript.png b/im-indic/kn-inscript.png new file mode 100644 index 0000000000000000000000000000000000000000..f2eaca1a4084912a9aaa7b004e08d4bcdf7cd45f GIT binary patch literal 1165 zcmV;81akX{P)LtDGHpNfU^Jq03CEi zSad^gZEa<4bO1wgWnpw>WFU8GbZ8({Xk{QrNlj4iWF>9@00Z$!L_t(&-tCxOXdGn} zhM$?)-KJ?1n~62MxNPkY(u!4~iqqVvkQAX96%~q*-V|b?6)K5;2vQ4r5nL)~V&Rpz!H|L!Bc;7SM zcfKTTl8=qlvZ|8n4|8Fp@)wTB%QT}*y= zKJox>pA0g1u8z3{5iQ~8&Ep{^{_@+y_KGfLzYXXr6!XW$+N@{O6d1cwvm{P*fqb2H z5DVh|NGj{uFBv?zKIOgu;3X$P@4l#^+P0f$A^2S2sJFYdk@65s1KO04;2g8x$PRgT@!3wm-3_lxmZ9=z+_7}&GXw6o)n-v4Xm#<%Bw;;ikY1{RVd6% z`3QK~db|caDx;3s!p;IaD%t0Yl}W48kwM-BcI6-sFzC5MtfM>*#4=2;$*4c&3HO!& z9c2UXb;eda4nzyQa^C6MrbC-p2Kjp6d!W%W4FerAs+sSdP_T0Wc-6`JiKMjDc3rBB z03AgFP5}2UwmHDFGOCl}eXNjkO84>kpv;lejZ1t7PX;;h>l%_b#Nvm&P!-Zqx-&AF z1|E}9e|IQ8Yu&W=!c8Kh38dHs=7wgdNu>BEP=k8cJsf`E2`<-Xi|Ol{U~@RVyf2`m z?6z%#4yWXEZ*~(Yb^(9OAksIJtW2a3fHiYBc=E~^eFI+*PF}4{H>#s-2R_R%MP<}4 z%P9oXdn5Qh9?O5B&8Hct|B;0c9?s=H>MMbK1ULl*EYr`x8)f(N7I|ay9T;t4sP!TC zTtd9~{|~%)W;*XwqLeStZw;Cju@PthX3ErHnvqrA^Fys$kc2h>qj@cX9T``~R4VUW zs1yNqqU(S@9i>%9E$1(*y>W7=hr5SvP3Fu^bSh>f9XtC2g*KI?A5P_T2d|!?G?i8Fd8Mox^oRM`?Cr z#w0EyJEwqmY-T_3t&S4*yZ{S_atx=MED?IF)Uq@;2yZ}qYY2fu7>-Op>8$B;zv8e-kY_" ?>) + ("." ?.) + ("/" ?/) + )) + +(state + (init + (trans))) diff --git a/im-indic/kn-kgp.png b/im-indic/kn-kgp.png new file mode 100644 index 0000000000000000000000000000000000000000..dd32d4e59e84210b72ca79dc138515ae3e741fe2 GIT binary patch literal 1242 zcmV<01SR{4P)LtD*-upJGlS=03CEi zSad^gZEa<4bO1wgWnpw>WFU8GbZ8({Xk{QrNlj4iWF>9@00cfsL_t(&-tCxOY!p=# z$A9~UwXusGFuPl;1c(q#Y!IT3K8OzpiI_G%82V5?60|Cf1hNH<8skTzv38>|A`*>B zQH&{urbsYEg1kBMk)XvyjJ86gyS3%gR%$7BcYWY4%+Ai(-JR(y#{EC-ocpoof9^Tw zo^zp$GRi2UjQ=w{`VWDc)_*H#o_|{`P~Qcfk)NZ$y$ae-ZW8boyHKDu>y%FejczMn zGy#G7Ah1m*+Nz*^RSFmK7NPt+;0wSnMV|t(QpJF`K;?tLm%uD3Itnx^Xz6R7fI#&D zp8I+Kbt3c)9fZt>wqo5G9Uz;2Mz%*Drl!1OQQmH z4bY(*TC1S#Ea3FgCMVx2jp8#|G7KzM(E4nhoG2n6FcHNwZoQQ#L>6;nM2daTVn*`F5M7x5PlEyj= z9M{dMbs`HH6`cd@7N`N61Xe3(Z5ibyel*PSIYFQi=rzce0&m;VUP0SsBEIDKJ)oco zpaHmG7-|uy>z&N!#a@QqJT^WFtT7qdE>Q0;bvfh(iD+X}@*dtJDOG%)RoA^~= zk#wmHLXyPNVoQp6A{LS*!X zh641+F3s&yBI8PXfp(|&b?pS?DR_YQWm{M*vU=iw0MIQ%$NS>Lb^rhX07*qoM6N<$ Ef>XdOdjJ3c literal 0 HcmV?d00001 diff --git a/im-indic/ml-inscript.mim b/im-indic/ml-inscript.mim new file mode 100644 index 0000000..96db267 --- /dev/null +++ b/im-indic/ml-inscript.mim @@ -0,0 +1,130 @@ +;; ml-inscript.mim -- Malayalam input method for inscript layout +;; This file is derived the Bengali inscript table of scim-tables, +;; which was derived from iiimf unitLE's Bengali inscript layout. +;; Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved. + +;; This file is not part of the m17n database; a sub-part of the m17n +;; library. + +;; The 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 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 library; if not, write to the Free +;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +;; 02111-1307, USA. + +(input-method ml inscript) + +(description "Malayalam input method for inscript layout. +") + +(title "ക") + +(map + (trans + ("!" ?!) + ("1" ?൧) + ("@" ?@) + ("2" ?൨) + ("3" ?൩) + ("$" ?$) + ("4" ?൪) + ("%" ?%) + ("5" ?൫) + ("^" ?^) + ("6" ?൬) + ("7" ?൭) + ("*" ?*) + ("8" ?൮) + ("(" ?() + ("9" ?൯) + (")" ?)) + ("0" ?൦) + ("_" ?ഃ) + ("-" ?-) + ("+" ?ഋ) + ("=" ?ൃ) + ("Q" ?ഔ) + ("q" ?ൌ) + ("W" ?ഐ) + ("w" ?ൈ) + ("E" ?ആ) + ("e" ?ാ) + ("R" ?ഈ) + ("r" ?ീ) + ("T" ?ഊ) + ("t" ?ൂ) + ("Y" ?ഭ) + ("y" ?ബ) + ("U" ?ങ) + ("u" ?ഹ) + ("I" ?ഘ) + ("i" ?ഗ) + ("O" ?ധ) + ("o" ?ദ) + ("P" ?ഝ) + ("p" ?ജ) + ("{" ?ഢ) + ("[" ?ഡ) + ("}" ?ഞ) + ("]" ?]) + ("A" ?ഓ) + ("a" ?ോ) + ("S" ?ഏ) + ("s" ?േ) + ("D" ?അ) + ("d" ?്) + ("F" ?ഇ) + ("f" ?ി) + ("G" ?ഉ) + ("g" ?ു) + ("H" ?ഫ) + ("h" ?പ) + ("J" ?റ) + ("j" ?ര) + ("K" ?ഖ) + ("k" ?ക) + ("L" ?ഥ) + ("l" ?ത) + (":" ?ഛ) + ("\;" ?ച) + ("\"" ?ഠ) + ("'" ?ട) + ("|" ?|) + ("\\" ?\\) + ("~" ?ഒ) + ("`" ?ൊ) + ("Z" ?എ) + ("z" ?െ) + ("X" ?X) + ("x" ?ം) + ("C" ?ണ) + ("c" ?മ) + ("V" ?V) + ("v" ?ന) + ("B" ?ഴ) + ("b" ?വ) + ("N" ?ള) + ("n" ?ല) + ("M" ?ശ) + ("m" ?സ) + ("<" ?ഷ) + ("," ?,) + (">" ?>) + ("." ?.) + ("/" ?യ) + ("#" "്ര") + ("&" "ക്ഷ") + )) + +(state + (init + (trans))) diff --git a/im-indic/ml-inscript.png b/im-indic/ml-inscript.png new file mode 100644 index 0000000000000000000000000000000000000000..a1b53f438b1e71e6dea4ffa1f6d073b35f2f527d GIT binary patch literal 1003 zcmVLtC=6`m6vqGn03CEi zSad^gZEa<4bO1wgWnpw>WFU8GbZ8({Xk{QrNlj4iWF>9@00U1+L_t(&-tCx8NEBfh z$A7!)s`%ZMItyYbR0K+e9kvd6sH9T24t43$p+iOL(HBNm65@`UoB5Hc>u#47#@TUqR##_;ePChVcm6Z`{Ga_lAMZfij5UjyobkwY zxxjJ21sn!)fid6}&~qS~)>^$&4EI*lJ+#@2%xLz|BUHo_Fai`mD%P zcCJ5lFg$Ko!>X(XMc)O~gu@JcNm;cH1S|}WB!}Rv1~{J{OvJEOls~^}ZMXT^S1@lp z0pOAz(Czaw&fRm^tO4?OEK+}Q6vsB7v3I|O<+cfKY9XQoB<6?w}4a@)+?M9 zKwD_IC3Ts83zWrj&etQMQZLT52pE^n-|I0Vi4((B4=+wDP-$iY02N`b9R&0i?)Q2f z3+UX_OW;&6(i@Qv4$L@ zp7m!j``4kyyX8d=^;e{bNiM!3YjQq6gBG9fQ50uH< zYWQmvRUgOzCIMwAL;-0`f$ss10?R;75Ff4&g!G!V8ktU8`%Ek#%>ccs?UM>evVhXy zvR^>*uG5L?_1@Va)E6FP$`OW?hXvxSF z@`;8(r^YlpzZvuWrVtR2w6xwWApJ3#Ks1N?JHU}J!=AYb2uQ7F(0ttD7Pq*?EpGpn Z{R4|_`VaVtS1kYl002ovPDHLkV1ncRzp?-T literal 0 HcmV?d00001 diff --git a/im-indic/ne-rom.mim b/im-indic/ne-rom.mim new file mode 100644 index 0000000..b76cd0e --- /dev/null +++ b/im-indic/ne-rom.mim @@ -0,0 +1,127 @@ +;; ne-rom.mim -- Nepali input method for romanized layout +;; This files implements the romanized keyboard layout published by MPP. +;; Copyright (c) 2005 Suyash Shrestha + +;; This file is not yet part of the m17n database; a sub-part of the m17n +;; library. + +;; The 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 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 library; if not, write to the Free +;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +;; 02111-1307, USA. + +(input-method ne rom) + +(description "Nepali input method for romanized layout. +Author: Suyash Shrestha +") + +(title "Ne") + +(map + (trans + ("!" ?!) + ("\"" ?\") + ("#" ?#) + ("$" "रु") + ("'" ?') + ("(" ?() + (")" ?)) + ("+" ?+) + ("," ?,) + ("-" ?-) + ("." ?।) + ("/" ?्) + ("0" ?०) + ("1" ?१) + ("2" ?२) + ("3" ?३) + ("4" ?४) + ("5" ?५) + ("6" ?६) + ("7" ?७) + ("8" ?८) + ("9" ?९) + (":" ?:) + (";" ?;) + ("<" ?ङ) + ("=" ?=) + (">" ?॥) + ("?" ??) + ("@" ?@) + ("A" ?आ) + ("B" ?भ) + ("C" ?च) + ("D" ?ध) + ("E" ?ै) + ("F" ?ऊ) + ("G" ?घ) + ("H" ?अ) + ("I" ?ी) + ("J" ?झ) + ("K" ?ख) + ("L" ?ळ) + ("M" ?ं) + ("N" ?ण) + ("O" ?ओ) + ("P" ?फ) + ("Q" ?ठ) + ("R" ?ृ) + ("S" ?श) + ("T" ?थ) + ("U" ?ू) + ("V" ?ँ) + ("W" ?औ) + ("X" ?ढ) + ("Y" ?ञ) + ("Z" ?ऋ) + ("[" ?इ) + ("\\" ?ॐ) + ("]" ?ए) + ("_" ?॒) + ("`" ?़) + ("a" ?ा) + ("b" ?ब) + ("c" ?छ) + ("d" ?द) + ("e" ?े) + ("f" ?उ) + ("g" ?ग) + ("h" ?ह) + ("i" ?ि) + ("j" ?ज) + ("k" ?क) + ("l" ?ल) + ("m" ?म) + ("n" ?न) + ("o" ?ो) + ("p" ?प) + ("q" ?ट) + ("r" ?र) + ("s" ?स) + ("t" ?त) + ("u" ?ु) + ("v" ?व) + ("w" ?ौ) + ("x" ?ड) + ("y" ?य) + ("z" ?ष) + ("{" ?ई) + ("|" ?ः) + ("}" ?ऐ) + ("~" ?ऽ) + )) + +(state + (init + (trans))) diff --git a/im-indic/ne-rom.png b/im-indic/ne-rom.png new file mode 100644 index 0000000000000000000000000000000000000000..83c605b1e42e4d6e8b6c5c7ce7cacd5f31aacea8 GIT binary patch literal 707 zcmV;!0zCbRP)L7aSZM z92{CewQC@O9$*CU1Md|Sw3q>bqXN$bY62o4HIRi+NCd)KNL-IbrK*(F1?nYlnld{+ zE?P+3_>Dx#Fy!JPN~m@Yb}kl^s!|k9lY!k`PH%6M+}xyW7$hx=XStl}Y5{;mBC&6_ z2dY)>tgTT~imPK|yjosX=*F~dODY(YhyDHXv!FH{w{2Mp1Y|xE(Nh56L_97TpHI%j zV){y)pO}zTARvjUDe1~X+z5Avh6E8Fhr^`PY1MH70Ry-PoNDs9u3e?ZKlbzx+1Xk7 z-c|!HD_HKxEY8@ryzcG&C2_SY>-RUjwaiuoUSzXsr-`_JX=4L`g4@kfFsNT75?Bru6E$hIJ4^~%6 zG?70JTVUZyUms_;w)Qn1l#mjz2%PLH0R=KWJWRAw!77*a45KeI8FecXpb2;_F!jNjkA pQRr`^vRPHu^*5t~gM-8W!&l#S@4mNk>=^(6002ovPDHLkV1h|=Fbe + +;; This file is not yet part of the m17n database; a sub-part of the m17n +;; library. + +;; The 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 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 library; if not, write to the Free +;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +;; 02111-1307, USA. + +(input-method ne trad) + +(description "Nepali input method for traditional layout. +Author: Suyash Shrestha +") + +(title "Ne") + +(map + (trans + ("\"" ?ू) + ("#" ?घ) + ("'" ?ु) + ("(" ?ढ) + (")" ?ण) + ("+" ?ं) + ("," ?ऽ) + ("-" ?औ) + ("." ?।) + ("/" ?र) + ("0" ?०) + ("1" ?१) + ("2" ?२) + ("3" ?३) + ("4" ?४) + ("5" ?५) + ("6" ?६) + ("7" ?७) + ("8" ?८) + ("9" ?९) + (";" ?स) + ("<" ?ङ) + ("=" ?=) + ("?" "रु") + ("@" ?ई) + ("A" ?आ) + ("B" ?ौ) + ("C" ?ऋ) + ("E" ?ऐ) + ("F" ?ँ) + ("H" ?झ) + ("J" ?ो) + ("K" ?फ) + ("L" ?ी) + ("O" ?इ) + ("P" ?ए) + ("U" ?ऊ) + ("V" ?ॐ) + ("\\" ?्) + ("]" ?े) + ("_" ?ओ) + ("`" ?ञ) + ("a" ?ब) + ("b" ?द) + ("c" ?अ) + ("d" ?म) + ("e" ?भ) + ("f" ?ा) + ("g" ?न) + ("h" ?ज) + ("i" ?ष) + ("j" ?व) + ("k" ?प) + ("l" ?ि) + ("m" ?ः) + ("n" ?ल) + ("o" ?य) + ("p" ?उ) + ("r" ?च) + ("s" ?क) + ("t" ?त) + ("u" ?ग) + ("v" ?ख) + ("w" ?ध) + ("x" ?ह) + ("y" ?थ) + ("z" ?श) + ("{" ?ृ) + ("|" ?|) + ("}" ?ै) + ("~" ?॥) + ("!" "ज्ञ") + ("$" "द्ध") + (":" "ट्ठ") + (">" "श्र") + ("D" "ङ्ग") + ("G" "द्द") + ("I" "क्ष") + ("M" "ड्ड") + ("N" "द्य") + ("Q" "त्त") + ("R" "द्ब") + ("S" "ङ्क") + ("T" "ट्ट") + ("W" "ड्ढ") + ("X" "ह्य") + ("Y" "ठ्ठ") + ("Z" "क्क") + ("[" "र्") + ("q" "त्र") + )) + +(state + (init + (trans))) diff --git a/im-indic/ne-trad.png b/im-indic/ne-trad.png new file mode 100644 index 0000000000000000000000000000000000000000..83c605b1e42e4d6e8b6c5c7ce7cacd5f31aacea8 GIT binary patch literal 707 zcmV;!0zCbRP)L7aSZM z92{CewQC@O9$*CU1Md|Sw3q>bqXN$bY62o4HIRi+NCd)KNL-IbrK*(F1?nYlnld{+ zE?P+3_>Dx#Fy!JPN~m@Yb}kl^s!|k9lY!k`PH%6M+}xyW7$hx=XStl}Y5{;mBC&6_ z2dY)>tgTT~imPK|yjosX=*F~dODY(YhyDHXv!FH{w{2Mp1Y|xE(Nh56L_97TpHI%j zV){y)pO}zTARvjUDe1~X+z5Avh6E8Fhr^`PY1MH70Ry-PoNDs9u3e?ZKlbzx+1Xk7 z-c|!HD_HKxEY8@ryzcG&C2_SY>-RUjwaiuoUSzXsr-`_JX=4L`g4@kfFsNT75?Bru6E$hIJ4^~%6 zG?70JTVUZyUms_;w)Qn1l#mjz2%PLH0R=KWJWRAw!77*a45KeI8FecXpb2;_F!jNjkA pQRr`^vRPHu^*5t~gM-8W!&l#S@4mNk>=^(6002ovPDHLkV1h|=Fbe" ?ੲ) + ("." ?.) + ("?" ??) + ("/" ?ਯ) + )) + +(state + (init + (trans))) diff --git a/im-indic/pa-inscript.png b/im-indic/pa-inscript.png new file mode 100644 index 0000000000000000000000000000000000000000..6911a935ece9ac885e96de05ffcfd828c9d1e71e GIT binary patch literal 1370 zcmV-g1*Q6lP)WFU8GbZ8({Xk{QrNlj4iWF>9@00h2CL_t(&-tC!dY!p=# z$A3HBEssKhDV1FVwhCHeg;*spX)r<}fd)#`fX~E8OhhO?z?v%2L}E$;5*{JN5MmXA zi4_Trhy;Wnq9LOxse~dB=_@Q2N*$r?x^$WcvFa~G?P6IndUje8Mi4q7FbbjjK?Gkeg8B$HZ8X5Q zz#5mcw9!%k3Q{WYGcYrjuDVpk`_-A4YYM(x?4BZQfee5*T+Y%RRsvWJY>ijnbLay8 z`M2WIwRaYi(lr}kCs5*YmTEm9P4u9b4g6=o!@w{guY0!I9x6=zGBZs1W=A?@+t-r+ z>H!w5{+uJHpYD-$kE%vZ+mD8}0{FzL6Yu~db#|MGye24X_D(#Y3GU(%i*s-s9S49v z&x7Z;b3OCl+43Q$YNcMoYytLfTtSxWub#0K?;Py^76KHxoTUfNK7rt|s=&J7U{hE6 z^P1gVi~wC9UkULGEo^elh3VmoX#$s;Cx?ysN1Vj(s0#+R=`K{GKiwj7uX79SRl%Qu zTyL*ixSUG=L_bP!_h?<>7bUZfXEu z$+fV_>y~e2X72B#2!19_xXPxt*W(<2WAH9A1<3|{4;1LxVpY2;`+F2_+Zb7#gZ=ne zygM3Dm$&wNuVH_0#^o%v0ocs~AR=oD(z8Gn@QQw+^=6$4Cn=}W`xvj>8pD~3)2Mf6 z(Qx$v>aS#R<+_W2mO}NW*O=sNiJoH3yop6*4^XHeO%##cO(8PhyDg|MwV~awhRr!u zJB#wlxB9)OnK2Lw#2qnB8H_iB>=AtVre1)B(n1mWaDp+R;kdipThV~}dMgX^Pck+8 zG8=ZUqOLy2vJ=>%AUUi!t>LLYre-%#JokvDE|jB}$CgogTBqePP-1OkqL~u|BJx<> zhjW3t5Ygib(hL!~rav3CtFk4)g(#WiJn*Aocz&|Al(Af>%D~UH$`CC=QJ}?9D8vHr zlYyUX6@Z%^>3zm-b&eh|fF=WfpV@}Dv}LmUyQS=^ezA|Nyz))H{$UZF-VsJoQM>?* zL7rkZfM4tKsMxoR8~=>&Bdd33vuW=NuC_XR4e%6J2b-CA0E{#69rrX~yQZJD-=4E1 z?s8f|dImTaGE^%fKM{8+5uVj-08MKD6248%`Xy^*^HYh&K%RmBW1w#_+mUz=V)JKy z6v_B_%IN|Ff5Hq`2!e=t8k*xscB)zcHxlm$6r@Zb6txdHWTsEYK8@JrcQhATX#iL) zBDa!c6b--(V^5$U&5ARCKS%}u@9S<8q*1_81*tHK;i7_636u{OfLLjCCGcs44_Nzv z?Z8 +") + +(title "ਕ") + +(map + (trans + ("~" ?~) + ("`" ?`) + ("!" ?!) + ("1" ?1) + ("@" ?@) + ("2" ?2) + ("#" ?#) + ("3" ?3) + ("$" ?$) + ("4" ?4) + ("%" ?%) + ("5" ?5) + ("6" ?6) + ("7" ?7) + ("8" ?8) + ("(" ?() + ("9" ?9) + (")" ?)) + ("0" ?0) + ("_" ?_) + ("-" ?-) + ("+" ?+) + ("=" ?=) + ("Q" ?ਔ) + ("q" ?ੌ) + ("W" ?ਐ) + ("w" ?ੈ) + ("E" ?ਆ) + ("e" ?ਾ) + ("R" ?ਈ) + ("r" ?ੀ) + ("T" ?ਊ) + ("t" ?ੂ) + ("Y" ?ੜ) + ("y" ?ਰ) + ("U" ?ਧ) + ("u" ?ਦ) + ("I" ?ਘ) + ("i" ?ਗ) + ("O" ?ਟ) + ("o" ?ਤ) + ("P" ?ਫ) + ("p" ?ਪ) + ("{" ?ਢ) + ("[" ?ਡ) + ("}" ?ਞ) + ("]" ?ਙ) + ("A" ?ਓ) + ("a" ?ੋ) + ("S" ?ਏ) + ("s" ?ੇ) + ("D" ?ਅ) + ("d" ?੍) + ("F" ?ਇ) + ("f" ?ਿ) + ("G" ?ਉ) + ("g" ?ੁ) + ("H" ?ਠ) + ("h" ?ਹ) + ("J" ?ਝ) + ("j" ?ਜ) + ("K" ?ਖ) + ("k" ?ਕ) + ("L" ?ਥ) + ("l" ?ਲ) + (":" ?:) + (";" ?ਸ) + ("\"" ?\") + ("'" ?') + ("|" ?।) + ("\\" ?\\) + ("Z" ?਼) + ("z" ?ੱ) + ("X" ?ੰ) + ("x" ?ਂ) + ("C" ?ਛ) + ("c" ?ਚ) + ("V" ?ਯ) + ("v" ?ਵ) + ("B" ?ਭ) + ("b" ?ਬ) + ("N" ?ਣ) + ("n" ?ਨ) + ("M" ?ਠ) + ("m" ?ਮ) + ("<" ?<) + ("," ?,) + (">" ?>) + ("." ?.) + ("?" ??) + ("/" ?/) + ("^" "੍ਰ") + ("*" ?*) + )) + +(state + (init + (trans))) diff --git a/im-indic/pa-jhelum.png b/im-indic/pa-jhelum.png new file mode 100644 index 0000000000000000000000000000000000000000..3a1294c7d2937abd4b606fa08e3bfb99422cbc5f GIT binary patch literal 1507 zcmV<91swW`P)WFU8GbZ8({Xk{QrNlj4iWF>9@00l=$L_t(&-tC!dY!p=# z$A7y!yUU{sbfD0evh!jZ-T9gV}qI~j|U@#EW6f{NxY6KGE$`_&%3`R`= zNqE&_3%_^15%*$fxAdMkU`D=EdIy9 z+jm%;iNH?^QbAS$P>`kpZ|cNhpcS~LlNYOCv&sUm>Q;U;P#_}T2jl{kK%3_Mf>b9I z(hOjdrv8P9{8~>#L=FMF6r@Jr7r+iUvdscL3PpfbeRU9#Yk{5VnlRk}POHy05!sud z-=FF;kZl0AtIwed(%=OBiq+@0Sp`5u-Ul2|U1@EcooWj3B5(zGCmYX!7l2w|nS%6& zPWd9>5YPcUAtL{smHCN+G*CgBALrdn1u5@d78frUQjjJBP$m<^&nZYxW}6Eoy9=%PzXNzkL3%Ws00?pX_9L}k z4s6rCUkn^KIbSvKl3wWbc}4-VfoFi}z$oA{a6%pPV?ln^Wm5s9Ak_j7YD8CnQ6h50 zz}OmH5bqR`7ibiBN36=HVWF`+?5HO!G=jAg!Z}!jZmj-^SOep+L|g!Sfwv0ss~VGa zp-sAW9xx?U(_d;^yei<@a>1Xwrab7{O4wNkwhpj_!PY_8Sx3;d6~FjC0oN8H*7kY8 z1+UMuBv}A8eaP-NtGL(av9xqNb~G^b^AEy~dP8Hvj(YsLYY91z0c`a8JfC@e9*dz1 zjfmW;Aaw#c8gaf^0Djk|+KA(vmTP81Vidtj9&x9gQgzk#vUZ3Zv)j%K$fJ-O7W(GiH zL}#JVzRi~l35IU1(^wS%Kxp70LiSStdyTB*1AWL^GQGd&4D4q0q7AWjX<=(`3k~@a zTf4`QD?A*Bn967wDYjEF^FUfyiFvwqgNS@7(*UYAtmN?T5&*NO9bw(l^~t9a3es?3 zj!wLXekgx6jfvIAk8U)b3stH74H_0(oEZS>?(@3-OaV#_US>pK zf*Ak}Exo5OWdRX62z;XxJArBiX~rFtcLN8_p4exb-Ld+xoU7#JwwrdLmB2ZjY$#D? z`8@?GN6$JaNUMnc2bgTug&La2^l~4I#pEs|B6lcAmB3M8h~|}DO}UpVNWTKtffAzJ zXv$QL)&hy#$51jSBA*1FigWr7)8z3}(xH4XWaWHoiJ<^Cd?OQ)kE;jT=_GXd1E@Pp(KpqXdj8_j}6oABiMqti&|1XiM1eZ0&5hcPgJ*>NtCFK zsLCD&_KV0}YEY*X!0w`E>_RYo05m|Z6Xp2R#`BvAV8{%)n^I|LavKg{U|zohu4x{a=cq@-DJs-EPt*c^pL4H-WkV%C_9P8t0o_a*d!}!< zxjDH`xG}2|zC-A57b&$zsho>}-atOwyo`Ov9*?!>&)SdEar+-AOQ7V~=$w;fJ@oBe zi-8^>0M~CgsXj8BP}l}QVV;jg^S9lud?;^q$)KjPly{+YgQz)O66xXCCX}3K{j#;V z26t&L)Ak=q9f3JfPAy4hu0P6%g*7vX{`5WoeBZWxZpi4^{{U)tl!#YCM+pD`002ov JPDHLkV1m5jsL22T literal 0 HcmV?d00001 diff --git a/im-indic/pa-phonetic.mim b/im-indic/pa-phonetic.mim new file mode 100644 index 0000000..ad835da --- /dev/null +++ b/im-indic/pa-phonetic.mim @@ -0,0 +1,129 @@ +;; pa-phonetic.mim -- Punjabi input method for phonetic layout +;; Copyright (c) 2004-2006 Red Hat, Inc. All rights reserved. + +;; This file is not yet part of the m17n database; a sub-part of the m17n +;; library. + +;; The 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 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 library; if not, write to the Free +;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +;; 02111-1307, USA. + +(input-method pa phonetic) + +(description "Punjabi input method for phonetic layout. +Author: Jatin Nansi ") + +(title "ਕ") + +(map + (trans + ("!" ?੧) + ("1" ?1) + ("@" ?੨) + ("2" ?2) + ("#" ?੩) + ("3" ?3) + ("$" ?੪) + ("4" ?4) + ("5" ?5) + ("6" ?6) + ("7" ?7) + ("8" ?8) + ("(" ?੯) + ("9" ?9) + (")" ?੦) + ("0" ?0) + ("_" ?_) + ("-" ?-) + ("+" ?+) + ("=" ?=) + ("Q" ?ਥ) + ("q" ?ਤ) + ("w" ?ਾ) + ("E" ?ਓ) + ("e" ?ੲ) + ("r" ?ਰ) + ("T" ?ਠ) + ("t" ?ਟ) + ("Y" ?ੈ) + ("y" ?ੇ) + ("U" ?ੂ) + ("u" ?ੁ) + ("I" ?ੀ) + ("i" ?ਿ) + ("O" ?ੌ) + ("o" ?ੋ) + ("P" ?ਫ) + ("p" ?ਪ) + ("{" ?() + ("[" ?[) + ("}" ?)) + ("]" ?]) + ("A" ?ਅ) + ("a" ?ੳ) + ("S" ?ਸ਼) + ("s" ?ਸ) + ("D" ?ਧ) + ("d" ?ਦ) + ("F" ?ਢ) + ("f" ?ਡ) + ("G" ?ਘ) + ("g" ?ਗ) + ("h" ?ਹ) + ("J" ?ਝ) + ("j" ?ਜ) + ("K" ?ਖ) + ("k" ?ਕ) + ("L" ?ਲ਼) + ("l" ?ਲ) + (":" ?:) + (";" ?;) + ("\"" ?\") + ("'" ?') + ("|" ?।) + ("\\" ?ਙ) + ("~" ?ੱ) + ("`" ?੍ ) + ("Z" ?ਗ਼) + ("z" ?ਜ਼) + ("X" ?ਯ) + ("x" ?ਣ) + ("C" ?ਛ) + ("c" ?ਚ) + ("V" ?ੜ) + ("v" ?ਵ) + ("B" ?ਭ) + ("b" ?ਬ) + ("N" ?ਂ) + ("n" ?ਨ) + ("M" ?ੰ) + ("m" ?ਮ) + ("<" ?ਖ਼) + ("," ?,) + (">" ?ੴ) + ("." ?਼) + ("?" ??) + ("/" ?ਞ) + ("%" ?੫) + ("^" ?੬) + ("&" ?੭) + ("*" ?੮) + ("R" "੍ਰ") + ("H" "੍ਹ") + ("W" "ਾਂ") + )) + +(state + (init + (trans))) diff --git a/im-indic/pa-phonetic.png b/im-indic/pa-phonetic.png new file mode 100644 index 0000000000000000000000000000000000000000..8580cb1e235186a25dddd2a1643434f824aaf413 GIT binary patch literal 1717 zcmV;m21@yfP);sfAatU03CEi zSad^gZEa<4bO1wgWnpw>WFU8GbZ8({Xk{QrNlj4iWF>9@00tRJL_t(&-tC!dY!p=# z$A7!s-Ili7!tiL<7TO{zh)`b95qZ=oS`er}2?;S6i5e({p4SDW zavywuDNk#t0obHGV`aoBAAE_*^XHHPARzq?>{m=_u@_I33QPg2fH|QU2POfhfcIs@ z4^+Y@0Ed7Y;1vPsYDnfMGGaR!@pUhA!(_zHkFq##xsZ(58+gJ4Z=Qfu>8B<{C6V)W zZnm{{AbShQ_CVjFL{fj+eBiaVOep<1#N%beS3}K&{PjYM{_6k+%7`z75&(l2yZu7x zrvn>R^V5K10q(a0cvDR*ugHl5MgU`h!9W~v4aig0?6bsYUkm5}$%veg=q)a!#QyhAEx!q8dZZ{QRHxz-s4(!qBZ7Jv*d!x5LiOyjL*bdCH#Ag@z zYeFkj3yy{Y8hehc&^9JnUXCSNwban`~`t8nOV zWB`}SD{`j$3n146tw*4OmsjNIN@|85vBrM4&~7Tww8m~Kps~YZn!=9)EGw_b`L?_w zN2dvZfK&?9smSqx0%$a^IMvkd@Q^^(+M>5&jrt7-j%mP`{@lnMt#Om9-&gs(!*uDf zU`)>*ahxVcIEMN$AC*_+95HA(hz7u{BG>x6u{HA+wlvSeU%%O&^cm}&Hmz&o*s2Mf zINOh{2h%xop%*vnVlYSErcaOaOitg1*yj*BYYJi3XSQqkl07}pO8fz^-(d6Y1A}@as?@e6G)Um4xyOE>m5I^gsFr~RQWS9G#zgV2? z>Q`2GdO&z}TmI`5{wzq>rn$G%^EO-*;qPb326gQ+-FuFCaomg*ud(Y zlblt7!k$1$izbw<)NgRBA}ni7;jK0Um#=npjk7Y>-6yZ*f`xB%yWfWDgS zzqr|j*4~cx9!VXrZr6C%IBkH`G5`UoM!81TsHTic%3UHO?v)X@%ZR6eVqhT5eWzM0EA z<2I5uP$H^bJ%3;6&Za$Mk znixh*-{2SE$?4meHF+gE9fWI)#P>9D9_X)}3)v@DCy$8p$A+c=W(c$Kbjk&8OB5EvETydYWG-uR zC$i`GaIRK$!Dz72%~HmY)RRnnc^6%T8=CIKT7cZaS>q3?&R^)319eX*rd>n>S()p} z%3R-ORf&LGj8XJyLfsRJ19@%6Lj$0IaB0kD3*%B**MI?p-5#^m5}&=p(3S!VNTVM} z9hBSMm5KyxP0eZ6ilU^MAheh6}CbGh{L!$*<>Bb|FQi8Pwez6Wy#Y(00000 LNkvXXu0mjf?D`>@ literal 0 HcmV?d00001 diff --git a/im-indic/ta-inscript.mim b/im-indic/ta-inscript.mim new file mode 100644 index 0000000..04e13c1 --- /dev/null +++ b/im-indic/ta-inscript.mim @@ -0,0 +1,130 @@ +;; ta-inscript.mim -- Tamil input method for inscript layout +;; This file is derived the Bengali inscript table of scim-tables, +;; which was derived from iiimf unitLE's Bengali inscript layout. +;; Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved. + +;; This file is not part of the m17n database; a sub-part of the m17n +;; library. + +;; The 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 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 library; if not, write to the Free +;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +;; 02111-1307, USA. + +(input-method ta inscript) + +(description "Tamil input method for inscript layout. +") + +(title "க") + +(map + (trans + ("!" ?!) + ("1" ?1) + ("@" ?@) + ("2" ?2) + ("#" ?#) + ("3" ?3) + ("$" ?$) + ("4" ?4) + ("%" ?%) + ("5" ?5) + ("^" ?^) + ("6" ?6) + ("&" "க்ஷ") + ("7" ?7) + ("8" ?8) + ("(" ?() + ("9" ?9) + (")" ?)) + ("0" ?0) + ("_" ?ஃ) + ("-" ?-) + ("+" ?+) + ("=" ?=) + ("Q" ?ஔ) + ("q" ?ௌ) + ("W" ?ஐ) + ("w" ?ை) + ("E" ?ஆ) + ("e" ?ா) + ("R" ?ஈ) + ("r" ?ீ) + ("T" ?ஊ) + ("t" ?ூ) + ("Y" ?Y) + ("y" ?y) + ("U" ?ங) + ("u" ?ஹ) + ("I" ?I) + ("i" ?i) + ("O" ?O) + ("o" ?o) + ("P" ?P) + ("p" ?ஜ) + ("{" ?{) + ("[" ?[) + ("}" ?ஞ) + ("]" ?]) + ("A" ?ஓ) + ("a" ?ோ ) + ("S" ?ஏ) + ("s" ?ே) + ("D" ?அ) + ("d" ?்) + ("F" ?இ) + ("f" ?ி) + ("G" ?உ) + ("g" ?ு) + ("H" ?H) + ("h" ?ப) + ("J" ?ற) + ("j" ?ர) + ("K" ?K) + ("k" ?க) + ("L" ?L) + ("l" ?த) + (":" ?:) + (";" ?ச) + ("\"" ?\") + ("'" ?ட) + ("|" ?|) + ("\\" ?\\) + ("~" ?ஒ) + ("`" ?ொ) + ("Z" ?எ) + ("z" ?ெ) + ("X" ?X) + ("x" ?x) + ("C" ?ண) + ("c" ?ம) + ("V" ?ன) + ("v" ?ந) + ("B" ?ழ) + ("b" ?வ) + ("N" ?ள) + ("n" ?ல) + ("M" ?M) + ("m" ?ஸ) + ("<" ?ஷ) + ("," ?,) + (">" ?>) + ("." ?.) + ("/" ?ய) + ("*" "ஷ்ர") + )) + +(state + (init + (trans))) diff --git a/im-indic/ta-inscript.png b/im-indic/ta-inscript.png new file mode 100644 index 0000000000000000000000000000000000000000..adb8bcce03ed7cba99dbd293409f92ab3c55b914 GIT binary patch literal 1419 zcmV;61$6p}P)WFU8GbZ8({Xk{QrNlj4iWF>9@00i$zL_t(&-tCxMY!qb_ z$A7asyL4%{lqtwA7Q0+DAQufvSWD50F+##64G1CffDcGj1f-DoKtzy`AVFS~2uP5i z#0ydcqeLZg3rx5bBLt9^+R)OL!a&)vL3ptRlT(w%O1>2AV#JLmi6%=v%kJGT!W z(Ia|9Nlije{kW=n;{f1QU^~1qkP}#G-fNbZDR++gu53y+)zznCOaDVGni>LAbdei4bG9KW}r7J~TuY zv>hgBxo|(Qc_;ud)qiVb+tWj?hVT~A&zNDCJM0Uj@8}pKMt-2+)}jJn2`_HAT8!rM zw(=jnwTU&`mU8yeXa@GLrf}Xi9Q|sI1$iP=Q%B}4Hh-`(s&9J~fKu0ovzJFxT9M7Q z$|oqjp3U_dC#q(qXu|>qIjRyHz|rFItlhr2TRNfwAR!AzVx`_M$NdmYJ?VkTIfwcB zd@<%7uy;6A0NdSV{~3hwd1Dj+x7x?s;3hnnRhm{*5?-YtS| z&jVUwEw&y|aK8>52c`h_sHdeyGv+HctXmwUP8@}8&XWkY#rOuXf_oUSGaf0{vNw~| zoKXlRz2cgMRsgoRrM+t@q)r_Hin*vYr~I0ZKL#uT{+5sfUFn(X@0`MX zCXHU}2O|EF(FUS41>2&*H195Hod@((=dnlafq^=HwuD?9$@p;O>Z=ODyn32`y^MEB zXj>rukco0Ai?0sMVr$Xd4&Scb{vO}`HWg2Ehs!V{5`a1#uNv%F9Xio%0GH+7UGRQV zPGCZPyUZidv~>udeLtVtJN-K7E3I&`VOIf_H`~;j8>bbuA7&l|KwlQ$GNj`>UcFK=eVpSI1U zmFL21(JTjDR{xZ!S_ujHkb-+w%e6@Bg7G!L^l-+v(D0CZebai*W#PH-Tm9W@<|O0; zz*yjjLF4xU&q~Oh-3fh->Gr@N7)+5b0CRwsfI&c?mN+N}{sg{}kk3cZkph$ekGB)& zOUV1;K9NbtCxMgQJgn6^<12ulyX%3t&%_FDC$Jn?rdwJUO?5W}pe5bC-BO%J#G$!6 z#=XZ{Vjcqu?!LeQU_zXnauvvxkZ;DkomOz0fIV?E{sb^7R>p_BLUVyhF%N@#m3arS zOF|CDQn_fLA)78Cmyw{PFJxnN{K7;wJ{*9)I{q{XPNvSXlD?Zv1^`J%Ne@7uh3v@& Z;C~IBfEq9Y1V{h?002ovPDHLkV1hycjWz%P literal 0 HcmV?d00001 diff --git a/im-indic/ta-phonetic.mim b/im-indic/ta-phonetic.mim new file mode 100644 index 0000000..c02eb9f --- /dev/null +++ b/im-indic/ta-phonetic.mim @@ -0,0 +1,510 @@ +;; ta-phonetic.mim -- Tamil input method for phonetic layout +;; Copyright (c) 2004-2006 Red Hat, Inc. All rights reserved. + +;; This file is not yet part of the m17n database; a sub-part of the m17n +;; library. + +;; The 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 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 library; if not, write to the Free +;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +;; 02111-1307, USA. + +(input-method ta phonetic) + +(description "Tamil input method for phonetic layout. +Author: Jatin Nansi +") + +(title "க") + +(map + (trans + ("a" ?அ) + ("A" ?ஆ) + ("i" ?இ) + ("I" ?ஈ) + ("u" ?உ) + ("U" ?ஊ) + ("e" ?எ) + ("E" ?ஏ) + ("o" ?ஒ) + ("O" ?ஓ) + ("q" ?ஃ) + ("aa" ?ஆ) + ("ii" ?ஈ) + ("uu" ?ஊ) + ("ee" ?ஏ) + ("oo" ?ஓ) + ("ai" ?ஐ) + ("au" ?ஔ) + ("k" "க்") + ("ka" ?க) + ("kaa" "கா") + ("kA" "கா") + ("ki" "கி") + ("kii" "கீ") + ("kI" "கீ") + ("ku" "கு") + ("kuu" "கூ") + ("kU" "கூ") + ("ke" "கெ") + ("kee" "கே") + ("kE" "கே") + ("kai" "கை") + ("ko" "கொ") + ("koo" "கோ") + ("kO" "கோ") + ("kau" "கௌ") + ("ng" "ங்") + ("nga" ?ங) + ("ngaa" "ஙா") + ("ngA" "ஙா") + ("ngi" "ஙி") + ("ngii" "ஙீ") + ("ngI" "ஙீ") + ("ngu" "ஙு") + ("nguu" "ஙூ") + ("ngU" "ஙூ") + ("nge" "ஙெ") + ("ngee" "ஙே") + ("ngE" "ஙே") + ("ngai" "ஙை") + ("ngo" "ஙொ") + ("ngoo" "ஙோ") + ("ngO" "ஙோ") + ("ngau" "ஙௌ") + ("c" "ச்") + ("ca" ?ச) + ("caa" "சா") + ("cA" "சா") + ("ci" "சி") + ("cii" "சீ") + ("cI" "சீ") + ("cu" "சு") + ("cuu" "சூ") + ("cU" "சூ") + ("ce" "செ") + ("cee" "சே") + ("cE" "சே") + ("cai" "சை") + ("co" "சொ") + ("coo" "சோ") + ("cO" "சோ") + ("cau" "சௌ") + ("s" "ச்") + ("sa" ?ச) + ("saa" "சா") + ("sA" "சா") + ("si" "சி") + ("sii" "சீ") + ("sI" "சீ") + ("su" "சு") + ("suu" "சூ") + ("sU" "சூ") + ("se" "செ") + ("see" "சே") + ("sE" "சே") + ("sai" "சை") + ("so" "சொ") + ("soo" "சோ") + ("sO" "சோ") + ("sau" "சௌ") + ("nj" "ஞ்") + ("nja" ?ஞ) + ("njaa" "ஞா") + ("njA" "ஞா") + ("nji" "ஞி") + ("njii" "ஞீ") + ("njI" "ஞீ") + ("nju" "ஞு") + ("njuu" "ஞூ") + ("njU" "ஞூ") + ("nje" "ஞெ") + ("njee" "ஞே") + ("njE" "ஞே") + ("njai" "ஞை") + ("njo" "ஞொ") + ("njoo" "ஞோ") + ("njO" "ஞோ") + ("njau" "ஞௌ") + ("t" "ட்") + ("ta" ?ட) + ("taa" "டா") + ("tA" "டா") + ("ti" "டி") + ("tii" "டீ") + ("tI" "டீ") + ("tu" "டு") + ("tuu" "டூ") + ("tU" "டூ") + ("te" "டெ") + ("tee" "டே") + ("tE" "டே") + ("tai" "டை") + ("to" "டொ") + ("too" "டோ") + ("tO" "டோ") + ("tau" "டௌ") + ("d" "ட்") + ("da" ?ட) + ("daa" "டா") + ("dA" "டா") + ("di" "டி") + ("dii" "டீ") + ("dI" "டீ") + ("du" "டு") + ("duu" "டூ") + ("dU" "டூ") + ("de" "டெ") + ("dee" "டே") + ("dE" "டே") + ("dai" "டை") + ("do" "டொ") + ("doo" "டோ") + ("dO" "டோ") + ("dau" "டௌ") + ("N" "ண்") + ("Na" ?ண) + ("Naa" "ணா") + ("NA" "ணா") + ("Ni" "ணி") + ("Nii" "ணீ") + ("NI" "ணீ") + ("Nu" "ணு") + ("Nuu" "ணூ") + ("NU" "ணூ") + ("Ne" "ணெ") + ("Nee" "ணே") + ("NE" "ணே") + ("Nai" "ணை") + ("No" "ணொ") + ("Noo" "ணோ") + ("NO" "ணோ") + ("Nau" "ணௌ") + ("th" "த்") + ("tha" ?த) + ("thaa" "தா") + ("thA" "தா") + ("thi" "தி") + ("thii" "தீ") + ("thI" "தீ") + ("thu" "து") + ("thuu" "தூ") + ("thU" "தூ") + ("the" "தெ") + ("thee" "தே") + ("thE" "தே") + ("thai" "தை") + ("tho" "தொ") + ("thoo" "தோ") + ("thO" "தோ") + ("thau" "தௌ") + ("w" "ந்") + ("wa" ?ந) + ("waa" "நா") + ("wA" "நா") + ("wi" "நி") + ("wii" "நீ") + ("wI" "நீ") + ("wu" "நு") + ("wuu" "நூ") + ("wU" "நூ") + ("we" "நெ") + ("wee" "நே") + ("wE" "நே") + ("wai" "நை") + ("wo" "நொ") + ("woo" "நோ") + ("wO" "நோ") + ("wau" "நௌ") + ("n-" "ந்") + ("n-a" ?ந) + ("n-aa" "நா") + ("n-A" "நா") + ("n-i" "நி") + ("n-ii" "நீ") + ("n-I" "நீ") + ("n-u" "நு") + ("n-uu" "நூ") + ("n-U" "நூ") + ("n-e" "நெ") + ("n-ee" "நே") + ("n-E" "நே") + ("n-ai" "நை") + ("n-o" "நொ") + ("n-oo" "நோ") + ("n-O" "நோ") + ("n-au" "நௌ") + ("p" "ப்") + ("pa" ?ப) + ("paa" "பா") + ("pA" "பா") + ("pi" "பி") + ("pii" "பீ") + ("pI" "பீ") + ("pu" "பு") + ("puu" "பூ") + ("pU" "பூ") + ("pe" "பெ") + ("pee" "பே") + ("pE" "பே") + ("pai" "பை") + ("po" "பொ") + ("poo" "போ") + ("pO" "போ") + ("pau" "பௌ") + ("m" "ம்") + ("ma" ?ம) + ("maa" "மா") + ("mA" "மா") + ("mi" "மி") + ("mii" "மீ") + ("mI" "மீ") + ("mu" "மு") + ("muu" "மூ") + ("mU" "மூ") + ("me" "மெ") + ("mee" "மே") + ("mE" "மே") + ("mai" "மை") + ("mo" "மொ") + ("moo" "மோ") + ("mO" "மோ") + ("mau" "மௌ") + ("y" "ய்") + ("ya" ?ய) + ("yaa" "யா") + ("yA" "யா") + ("yi" "யி") + ("yii" "யீ") + ("yI" "யீ") + ("yu" "யு") + ("yuu" "யூ") + ("yU" "யூ") + ("ye" "யெ") + ("yee" "யே") + ("yE" "யே") + ("yai" "யை") + ("yo" "யொ") + ("yoo" "யோ") + ("yO" "யோ") + ("yau" "யௌ") + ("r" "ர்") + ("ra" ?ர) + ("raa" "ரா") + ("rA" "ரா") + ("ri" "ரி") + ("rii" "ரீ") + ("rI" "ரீ") + ("ru" "ரு") + ("ruu" "ரூ") + ("rU" "ரூ") + ("re" "ரெ") + ("ree" "ரே") + ("rE" "ரே") + ("rai" "ரை") + ("ro" "ரொ") + ("roo" "ரோ") + ("rO" "ரோ") + ("rau" "ரௌ") + ("l" "ல்") + ("la" ?ல) + ("laa" "லா") + ("lA" "லா") + ("li" "லி") + ("lii" "லீ") + ("lI" "லீ") + ("lu" "லு") + ("luu" "லூ") + ("lU" "லூ") + ("le" "லெ") + ("lee" "லே") + ("lE" "லே") + ("lai" "லை") + ("lo" "லொ") + ("loo" "லோ") + ("lO" "லோ") + ("lau" "லௌ") + ("v" "வ்") + ("va" ?வ) + ("vaa" "வா") + ("vA" "வா") + ("vi" "வி") + ("vii" "வீ") + ("vI" "வீ") + ("vu" "வு") + ("vuu" "வூ") + ("vU" "வூ") + ("ve" "வெ") + ("vee" "வே") + ("vE" "வே") + ("vai" "வை") + ("vo" "வொ") + ("voo" "வோ") + ("vO" "வோ") + ("vau" "வௌ") + ("z" "ழ்") + ("za" ?ழ) + ("zaa" "ழா") + ("zA" "ழா") + ("zi" "ழி") + ("zii" "ழீ") + ("zI" "ழீ") + ("zu" "ழு") + ("zuu" "ழூ") + ("zU" "ழூ") + ("ze" "ழெ") + ("zee" "ழே") + ("zE" "ழே") + ("zai" "ழை") + ("zo" "ழொ") + ("zoo" "ழோ") + ("zO" "ழோ") + ("zau" "ழௌ") + ("L" "ள்") + ("La" ?ள) + ("Laa" "ளா") + ("LA" "ளா") + ("Li" "ளி") + ("Lii" "ளீ") + ("LI" "ளீ") + ("Lu" "ளு") + ("Luu" "ளூ") + ("LU" "ளூ") + ("Le" "ளெ") + ("Lee" "ளே") + ("LE" "ளே") + ("Lai" "ளை") + ("Lo" "ளொ") + ("Loo" "ளோ") + ("LO" "ளோ") + ("Lau" "ளௌ") + ("R" "ற்") + ("Ra" ?ற) + ("Raa" "றா") + ("RA" "றா") + ("Ri" "றி") + ("Rii" "றீ") + ("RI" "றீ") + ("Ru" "று") + ("Ruu" "றூ") + ("RU" "றூ") + ("Re" "றெ") + ("Ree" "றே") + ("RE" "றே") + ("Rai" "றை") + ("Ro" "றொ") + ("Roo" "றோ") + ("RO" "றோ") + ("Rau" "றௌ") + ("n" "ன்") + ("na" ?ன) + ("naa" "னா") + ("nA" "னா") + ("ni" "னி") + ("nii" "னீ") + ("nI" "னீ") + ("nu" "னு") + ("nuu" "னூ") + ("nU" "னூ") + ("ne" "னெ") + ("nee" "னே") + ("nE" "னே") + ("nai" "னை") + ("no" "னொ") + ("noo" "னோ") + ("nO" "னோ") + ("nau" "னௌ") + ("j" "ஜ்") + ("ja" ?ஜ) + ("jaa" "ஜா") + ("jA" "ஜா") + ("ji" "ஜி") + ("jii" "ஜீ") + ("jI" "ஜீ") + ("ju" "ஜு") + ("juu" "ஜூ") + ("jU" "ஜூ") + ("je" "ஜெ") + ("jee" "ஜே") + ("jE" "ஜே") + ("jai" "ஜை") + ("jo" "ஜொ") + ("joo" "ஜோ") + ("jO" "ஜோ") + ("jau" "ஜௌ") + ("sh" "ஷ்") + ("sha" ?ஷ) + ("shaa" "ஷா") + ("shA" "ஷா") + ("shi" "ஷி") + ("shii" "ஷீ") + ("shI" "ஷீ") + ("shu" "ஷு") + ("shuu" "ஷூ") + ("shU" "ஷூ") + ("she" "ஷெ") + ("shee" "ஷே") + ("shE" "ஷே") + ("shai" "ஷை") + ("sho" "ஷொ") + ("shoo" "ஷோ") + ("shO" "ஷோ") + ("shau" "ஷௌ") + ("S" "ஸ்") + ("Sa" ?ஸ) + ("Saa" "ஸா") + ("SA" "ஸா") + ("Si" "ஸி") + ("Sii" "ஸீ") + ("SI" "ஸீ") + ("Su" "ஸு") + ("Suu" "ஸூ") + ("SU" "ஸூ") + ("Se" "ஸெ") + ("See" "ஸே") + ("SE" "ஸே") + ("Sai" "ஸை") + ("So" "ஸொ") + ("Soo" "ஸோ") + ("SO" "ஸோ") + ("Sau" "ஸௌ") + ("h" "ஹ்") + ("ha" ?ஹ) + ("haa" "ஹா") + ("hA" "ஹா") + ("hi" "ஹி") + ("hii" "ஹீ") + ("hI" "ஹீ") + ("hu" "ஹு") + ("huu" "ஹூ") + ("hU" "ஹூ") + ("he" "ஹெ") + ("hee" "ஹே") + ("hE" "ஹே") + ("hai" "ஹை") + ("ho" "ஹொ") + ("hoo" "ஹோ") + ("hO" "ஹோ") + ("hau" "ஹௌ") + ("ksh" "க்ஷ்") + ("ksha" "க்ஷ") + ("kshaa" "க்ஷா") + ("kshA" "க்ஷா") + ("kshi" "க்ஷி") + ("sri" "ஸ்ரீ") + )) + +(state + (init + (trans))) diff --git a/im-indic/ta-phonetic.png b/im-indic/ta-phonetic.png new file mode 100644 index 0000000000000000000000000000000000000000..b9f3bdd2bc538c8aebbd36837a1e8734db89e710 GIT binary patch literal 1664 zcmV-`27md9P)WFU8GbZ8({Xk{QrNlj4iWF>9@00rbpL_t(&-tCxaY*bYg z$A7bS1uJ(enc0zQ73t40w?9fQ0dJU==VC7^#?Q1tgc{!N4Ged=sbuisi7GCm>qy znE?{U6~HHcJe?9COF%q%*A0*`J_Y>fr_8H_6<8@CZgZWuej{fHFbhZpCIdr&8lVt3 z44g1TW!Ly>zzJZc;?b|bZlJygh@8n%_C6R`vK$us|``v<=zZv0>Wgm7#J@gTD)*2k9k1CxC;1K z@g50ywDs2b<<^kj-nQwBy+@h$QD~dfP}v3nEH^}DZ|y0O=@jEqZ_3LEb&;Dp2Lj@! z62`&68=a5LS(-o013r)O)%R@rV%qh^Xq)DvF-_TW{YK7cV3{E*+wLxmUQvuEOBnS& zykmxoT;U?W2i$gi(ZV}1eYr%I@PnAc4q(Ur60q4*9>`OShX5aXai8hH5|U9nNACc z$0UrSfLCQ7ALt=D9R=PM5YKoFgO~LmXv&-hSf@00nJ=wO==Pu4lTVVC`~z`@Dx`)8 z@(Z5k>tkt-XuKzX0aKTFsRsnaT41e&ah-w_4Fp<%Dxgq6yyNZS>2n_LBAcJB>v{rL zohP8xSlG1UeUg(-JDv@WsAo;=4uW(hzC4lvz=g7rz*XN08kvX{$-iDf!Z^>q%Xz1* z6PmHkaN2CPXsM_k=8&@%?(L$y67y#qcNoxO3ie)+Nf;x61etC279ldfS)r1T-LAFK zy8W-N_oI3!7HfwJ!TL5bW_hmp2MuttnE_#qo(+&Nj+NPHvcE{39XoAX%dt&p@#sGB z(N_r$GI`wN{N+T)cz8^Oe@(jS_?6TYfKqeMEcC5L<)6&>CE{JWeN_I5M4<~ zu!*dN`^Z|@yQZF2k#XnUEoI%Eg3^T&qAUBdZQ4C;Y{luEE^4u8`1{(hJ{zEEo_o*` zm3{cWb>^O!)cn zodrF2p@HRlf;0Cn(y6QuZHNu7eaENX=zq!(yY5(=-aMQCEB*ll`Sgm#eX+6t0000< KMNUMnLSTXsMhu4l literal 0 HcmV?d00001 diff --git a/im-indic/ta-tamil99.mim b/im-indic/ta-tamil99.mim new file mode 100644 index 0000000..ed36e71 --- /dev/null +++ b/im-indic/ta-tamil99.mim @@ -0,0 +1,395 @@ +;; ta-tamil99.mim -- Tamil input method for tamil99 layout +;; Copyright (c) 2006 Red Hat, Inc. All rights reserved. + +;; This file is not yet part of the m17n database; a sub-part of the m17n +;; library. + +;; The 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 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 library; if not, write to the Free +;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +;; 02111-1307, USA. + +(input-method ta tamil99) + +(description "Tamil input method for phonetic layout. +Author: I. Felix +") + +(title "க") + +(map + (trans + ("q" ?ஆ) + ("Q" ?ஸ) + ("w" ?ஈ) + ("W" ?ஷ) + ("e" ?ஊ) + ("E" ?ஜ) + ("r" ?ஐ) + ("R" ?ஹ) + ("t" ?ஏ) + ("T" "க்ஷ") + ("Y" "ஸ்ரீ") + ("y" ?ள) + ("u" ?ற) + ("i" ?ன) + ("o" ?ட) + ("O" ?[) + ("p" ?ண) + ("P" ?]) + ("[" ?ச) + ("{" ?{) + ("]" ?ஞ) + ("}" ?}) + ("\\" ?\\) + ("a" ?அ) + ("s" ?இ) + ("d" ?உ) + ("F" ?ஃ) + ("g" ?எ) + ("h" ?க) + ("j" ?ப) + ("k" ?ம) + ("K" ?\") + ("l" ?த) + ("L" ?:) + (";" ?ந) + (":" ?;) + ("'" ?ய) + ("\"" ?') + ("z" ?ஔ) + ("x" ?ஓ) + ("c" ?ஒ) + ("v" ?வ) + ("b" ?ங) + ("n" ?ல) + ("m" ?ர) + ("M" ?/) + ("/" ?ழ) + ("hf" "க்") + ("bf" "ங்") + ("[f" "ச்") + ("]f" "ஞ்") + ("of" "ட்") + ("pf" "ண்") + ("lf" "த்") + (";f" "ந்") + ("jf" "ப்") + ("kf" "ம்") + ("'f" "ய்") + ("mf" "ர்") + ("nf" "ல்") + ("vf" "வ்") + ("/f" "ழ்") + ("yf" "ள்") + ("uf" "ற்") + ("if" "ன்") + ("Qf" "ஸ்") + ("Wf" "ஷ்") + ("Ef" "ஜ்‡") + ("Rf" "ஹ்ŒŒŒŒ‡‡‡") + ("Tf" "க்ஷ்") + ("hq" "கா") + ("bq" "ஙா") + ("[q" "சா") + ("]q" "ஞா") + ("oq" "டா") + ("pq" "ணா") + ("lq" "தா") + (";q" "நா") + ("jq" "பா") + ("kq" "மா") + ("'q" "யா") + ("mq" "ரா") + ("nq" "லா") + ("vq" "வா") + ("/q" "ழா") + ("yq" "ளா") + ("uq" "றா") + ("iq" "னா") + ("Qq" "ஸா") + ("Wq" "ஷா") + ("Eq" "ஜா") + ("Rq" "ஹா") + ("hs" "கி") + ("bs" "ஙி") + ("[s" "சி") + ("]s" "ஞி") + ("os" "டி") + ("ps" "ணி") + ("ls" "தி") + (";s" "நி") + ("js" "பி") + ("ks" "மி") + ("'s" "யி") + ("ms" "ரி") + ("ns" "லி") + ("vs" "வி") + ("/s" "ழி") + ("ys" "ளி") + ("us" "றி") + ("is" "னி") + ("Qs" "ஸி") + ("Ws" "ஷி") + ("Es" "ஜி") + ("Rs" "ஹி") + ("Ts" "க்ஷி") + ("hw" "கீ") + ("bw" "ஙீ") + ("[w" "சீ") + ("]w" "ஞீ") + ("ow" "டீ") + ("pw" "ணீ") + ("lw" "தீ") + (";w" "நீ") + ("jw" "பீ") + ("kw" "மீ") + ("'w" "யீ") + ("mw" "ரீ") + ("nw" "லீ") + ("vw" "வீ") + ("/w" "ழீ") + ("yw" "ளீ") + ("uw" "றீ") + ("iw" "னீ") + ("Qw" "ஸீ") + ("Ww" "ஷீ") + ("Ew" "ஜீ") + ("Rw" "ஹீ") + ("Tw" "க்ஷீ") + ("hd" "கு") + ("bd" "ஙு") + ("[d" "சு") + ("]d" "ஞு") + ("od" "டு") + ("pd" "ணு") + ("ld" "து") + (";d" "நு") + ("jd" "பு") + ("kd" "மு") + ("'d" "யு") + ("md" "ரு") + ("nd" "லு") + ("vd" "வு") + ("/d" "ழு") + ("yd" "ளு") + ("ud" "று") + ("id" "னு") + ("Qd" "ஸு") + ("Wd" "ஷு") + ("Ed" "ஜு") + ("Rd" "ஹு") + ("Td" "க்ஷு") + ("he" "கூ") + ("be" "ஙூ") + ("[e" "சூ") + ("]e" "ஞூ") + ("oe" "டூ") + ("pe" "ணூ") + ("le" "தூ") + (";e" "நூ") + ("je" "பூ") + ("ke" "மூ") + ("'e" "யூ") + ("me" "ரூ") + ("ne" "லூ") + ("ve" "வூ") + ("/e" "ழூ") + ("ye" "ளூ") + ("ue" "றூ") + ("ie" "னூ") + ("Qe" "ஸூ") + ("We" "ஷூ") + ("Ee" "ஜூ") + ("Re" "ஹூ") + ("Te" "க்ஷூ") + ("hg" "கெ") + ("bg" "ஙெ") + ("[g" "செ") + ("]g" "ஞெ") + ("og" "டெ") + ("pg" "ணெ") + ("lg" "தெ") + (";g" "நெ") + ("jg" "பெ") + ("kg" "மெ") + ("'g" "யெ") + ("mg" "ரெ") + ("ng" "லெ") + ("vg" "வெ") + ("/g" "ழெ") + ("yg" "ளெ") + ("ug" "றெ") + ("ig" "னெ") + ("Qg" "ஸெ") + ("Wg" "ஷெ") + ("Eg" "ஜெ") + ("Rg" "ஹெ") + ("Tg" "க்ஷெ") + ("ht" "கே") + ("bt" "ஙே") + ("[t" "சே") + ("]t" "ஞே") + ("ot" "டே") + ("pt" "ணே") + ("lt" "தே") + (";t" "நே") + ("jt" "பே") + ("kt" "மே") + ("'t" "யே") + ("mt" "ரே") + ("nt" "லே") + ("vt" "வே") + ("/t" "ழே") + ("yt" "ளே") + ("ut" "றே") + ("it" "னே") + ("Qt" "ஸே") + ("Wt" "ஷே") + ("Et" "ஜே") + ("Rt" "ஹே") + ("Tt" "க்ஷே") + ("hr" "கை") + ("br" "ஙை") + ("[r" "சை") + ("]r" "ஞை") + ("or" "டை") + ("pr" "ணை") + ("lr" "தை") + (";r" "நை") + ("jr" "பை") + ("kr" "மை") + ("'r" "யை") + ("mr" "ரை") + ("nr" "லை") + ("vr" "வை") + ("/r" "ழை") + ("yr" "ளை") + ("ur" "றை") + ("ir" "னை") + ("Qr" "ஸை") + ("Wr" "ஷை") + ("Er" "ஜை") + ("Rr" "ஹை") + ("Tr" "க்ஷை") + ("hc" "கொ") + ("bc" "ஙொ") + ("[c" "சொ") + ("]c" "ஞொ") + ("oc" "டொ") + ("pc" "ணொ") + ("lc" "தொ") + (";c" "நொ") + ("jc" "பொ") + ("kc" "மொ") + ("'c" "யொ") + ("mc" "ரொ") + ("nc" "லொ") + ("vc" "வொ") + ("/c" "ழொ") + ("yc" "ளொ") + ("uc" "றொ") + ("ic" "னொ") + ("Qc" "ஸொ") + ("Wc" "ஷொ") + ("Ec" "ஜொ") + ("Rc" "ஹொ") + ("Tc" "க்ஷொ") + ("hx" "கோ") + ("bx" "ஙோ") + ("[x" "சோ") + ("]x" "ஞோ") + ("ox" "டோ") + ("px" "ணோ") + ("lx" "தோ") + (";x" "நோ") + ("jx" "போ") + ("kx" "மோ") + ("'x" "யோ") + ("mx" "ரோ") + ("nx" "லோ") + ("vx" "வோ") + ("/x" "ழோ") + ("yx" "ளோ") + ("ux" "றோ") + ("ix" "னோ") + ("Qx" "ஸோ") + ("Wx" "ஷோ") + ("Ex" "ஜோ") + ("Rx" "ஹோ") + ("Tx" "க்ஷோ") + ("hz" "கௌ") + ("bz" "ஙௌ") + ("[z" "சௌ") + ("]z" "ஞௌ") + ("oz" "டௌ") + ("pz" "ணௌ") + ("lz" "தௌ") + (";z" "நௌ") + ("jz" "பௌ") + ("kz" "மௌ") + ("'z" "யௌ") + ("mz" "ரௌ") + ("nz" "லௌ") + ("vz" "வௌ") + ("/z" "ழௌ") + ("yz" "ளௌ") + ("uz" "றௌ") + ("iz" "னௌ") + ("Qz" "ஸௌ") + ("Wz" "ஷௌ") + ("Ez" "ஜௌ") + ("Rz" "ஹௌ") + ("Tz" "க்ஷௌ") + ("hh" "க்க") + ("bb" "ங்ங") + ("[[" "ச்ச") + ("]]" "ஞ்ஞ") + ("oo" "ட்ட") + ("pp" "ண்ண") + ("ll" "த்த") + (";;" "ந்ந") + ("jj" "ப்ப") + ("kk" "ம்ம") + ("''" "ய்ய") + ("mm" "ர்ர ") + ("nn" "ல்ல") + ("vv" "வ்வ") + ("//" "ழ்ழ") + ("yy" "ள்ள") + ("uu" "ற்ற") + ("ii" "ன்ன") + ("QQ" "ஸ்ஸ") + ("WW" "ஷ்ஷ") + ("EE" "ஜ்ஜ") + ("RR" "ஹ்ŒŒŒ‡ஹ") + ("TT" "க்ஷ்க்ஷ") + ("bh" "ங்க") + ("][" "ஞ்ச") + ("po" "ண்ட") + ("kj" "ம்ப") + (";l" "ந்த") + ("iu" "ன்ற") + ("A" ?௹) + ("S" ?௺) + ("D" ?௸) + ("Z" ?௳) + ("X" ?௴) + ("C" ?௵) + ("V" ?௶) + ("B" ?௷) + )) + +(state + (init + (trans))) diff --git a/im-indic/ta-tamil99.png b/im-indic/ta-tamil99.png new file mode 100644 index 0000000000000000000000000000000000000000..264ce538b004ec9a554583d6647cba1f4368a890 GIT binary patch literal 1630 zcmV-k2BG!0N;d!i03CEi zSad^gZEa<4bO1wgWnpw>WFU8GbZ8({Xk{QrNlj4iWF>9@00qKHL_t(&-tCxca7N;pBnUQD{S;QeKiDZ-Ae#l82lI$hfvzY1oWuN!#|Ge+>pXYiW_<#Ms zTC{}wtw6D3aeH7GFaqcgv0y?nr=bzzmz!p8r4)C@Pu!VNLk{d9Ki0uUJD>BF3_G1Xmk?sWz+q ztNTWv*s)lsj>z6u6aL#kf8RCU8bwIuK!8kOip^?w0~muzpel0Z33urE$D8wRwK)ry z(SflnW3qs73wSrE7Pwduv&C&J9M#fuLMl=*mZt%v+pPBNpje=wGHUeEbCyx-b0%;y zuRH&inX#B}BK17ZN;ybo=$u5TK%(cwvNFYzLWcXY*xDvqPOyMHjP=Gxp{mq5D0&yf@!1I@XB*pR5?Sr zP}GTv%5cgnB1n1SFaZ0G_hG@RX?VjA?QUW5qMh?}ccH_%JzuMnXTF+ATFM>(Y;CWw z`*3YCI(VvgJ^uTjN8%HHRISAfdJ{NX(4}5Z?sg~d7hSQ|%hyUE*v}m=pT&Jz&IshAT(zs9*3xJe#oWz7Y z|M6=B#>`E>6Fhr~n|vuOG!cU9oLzvGcl z_x2ed3>UhP-0e^D{)wZkB7#=o<#dTD;Hf^pGjd1{VWCxbfjdMy@CUCufszf+|F{c; z0w-=?@Pm?%Fev$mUw0UI$X8GZ#F=y{nCU^aKp;tkl%-|atoCf5Vn9JM05%QTPzC9+ zMxap|xwC>~2An{Nh+G;lm#OS|(s(;H1Ganag%l(U@DVT`Xw%Yr9jhS4`QZO%4cP(_xy%E+?xUz& zM0N(8fQak@K2W#ez%~WRTOC-cQEZI|q5=@FZi{v6g+%1h1K z5tyhxIs+{9a9neSQ^0;N zL5qSE2J8c#tV<3e^7^1ypruPeiUhW5^8U9X^6P;*->9SFVZaN(XFx}d-@g^edju~^ zB&ZEq4D)X1X3=z3TcLHj9d{hrhH>KPcz?8b- z0" ?>) + ("." ?.) + ("?" ??) + ("/" ?య) + ("%" "జ్ఞ") + ("^" "త్ర") + ("&" "క్ష") + ("*" "శ్ర") + )) + +(state + (init + (trans))) diff --git a/im-indic/te-inscript.png b/im-indic/te-inscript.png new file mode 100644 index 0000000000000000000000000000000000000000..17e41cf8cc9b9a6cdf1caac22b0cdb872c0a1191 GIT binary patch literal 1193 zcmV;a1XlZrP)LtB`o43NWFU8GbZ8({Xk{QrNlj4iWF>9@00a$5L_t(&-tCxwXj@ej z$3HJ=(yUDfd#>g^Rw~u0R2&_4(@a6!RD@MCamva>84h)*ppq&&afqFWW5L0!^beK& zF?6eLxZ?iWQ1RzO|4`i}K{HWWZV0z55C z-jSLxAgKBt2i_=Q>Jzf$9jKZCLDeS!Zvxx0jsH1g<>et4pPgz(bk6hCUFYcOo;K13 zfyZRYt6QqD`MVZU9$?1-iQ^|)h|O70!#1AZFEe`9W~6OP$iY(K-S+@}xj5ha+LYGT zb%CG99oeXTLDlE6R8aYr#6ir7Yulq~ZJSl2t0TJL!LFnS9xa6Q%4QY!RS~Qfo%W?M z_H6wFdC6RL?}4D|YXIWqklm2{6T*D}*i?dygCa_A9?ptk-Cuo1u7 zNZ_0eO&2)&!Wr6IJy6QhN$xm%XJ!)Ari zZbSPL;O`LbOs4dHPCuW%@~$@sJZt7XAe;7370jCprM*g+^$D3*7{#<)??RWS zDsQF-eh02JMUt~&25?};%Uls*^etek;qK`aQBG54nB{@D4F(9n2O->diYQ|XY)%`n z9k8c#YrvBtO4O8Zw@?oxxQBpy4Bb)SUEmlnmMH99z&hX&pvA!7FQPnP+TknGfTh6K z!15BkI0CE^Q9@No=0uc9U@h={3Df<+t;H&DdO9tlj00@c4D72!q^hHiI_jw7|BHVB6uCJh&111!00000NkvXX Hu0mjfnjt3l literal 0 HcmV?d00001 -- 1.7.10.4