Major update of jquery.ime from upstream

Merged a lot of older and newer patches,
adding numerous new input methods:

* Tibetan Sambhota
* Fulfulde Alt
* Lushotseed
* Mongolian Todo, Todo-Ali, Traditional, Tradional-Ali, Phagspa
* Manchu, Manchu Ali
* Burmese mm3
* Piedmontese
* Tarandine
* Xibe
* Venetian
* Wolof

Also, updates for:
* Oriya Transliteration
* Tamil 99

Updating to
b7a96d4737

Change-Id: I092ff1b8aef70f8274829f3794090738826d1a8a
This commit is contained in:
Amire80
2017-06-05 14:28:39 +03:00
parent 130375a22a
commit 07ba9a1191
19 changed files with 1569 additions and 56 deletions

View File

@@ -138,8 +138,6 @@
[ 'b', 'ங' ],
[ 'n', 'ல' ],
[ 'm', 'ர' ],
// ',', 'ஆ'],
// '\\.', 'ஆ'],
[ '/', 'ழ' ],
// ksha in non-conjunct form with ZWNJ.
@@ -151,30 +149,28 @@
[ 'T', 'க்ஷ' ],
[ 'Y', 'ஸ்ரீ' ],
[ 'U', 'ற' ],
[ 'I', '' ],
[ 'I', ':' ],
[ 'O', '[' ],
[ 'P', ']' ],
// '\\{', 'ஆ'],
// '\\}', 'ஆ'],
[ 'A', '௹' ],
[ 'S', '௺' ],
[ 'D', '௸' ],
[ 'F', 'ஃ' ],
[ 'G', '' ],
[ 'H', '' ],
[ 'J', '' ],
[ 'G', '' ],
[ 'H', '' ],
[ 'J', '' ],
[ 'K', '"' ],
[ 'L', ':' ],
[ '\\:', ';' ],
[ '\'', '\'' ],
[ 'L', '' ],
[ ':', ';' ],
[ '"', "'" ],
[ 'Z', '௳' ],
[ 'X', '௴' ],
[ 'C', '௵' ],
[ 'V', '௶' ],
[ 'B', '௷' ],
[ 'N', '' ],
[ 'N', '' ],
[ 'M', '/' ],
[ '\\\\0', '\u0be6' ],
@@ -186,7 +182,8 @@
[ '\\\\6', '௬' ],
[ '\\\\7', '௭' ],
[ '\\\\8', '௮' ],
[ '\\\\9', '௯' ] ]
[ '\\\\9', '௯' ]
]
};
$.ime.register( ta99 );