Update jquery.ime from upstream

Upstream: https://github.com/wikimedia/jquery.ime

Changes:
* hi-inscript: Fixed incorrectly mapped Devanagari letter TTHA
* ml-inscript: Correct the mapping of ഠ
* or-inscript: fix mapping of Oriya letters TTA and TTHA
* Remove unwanted escape for double quotes from rules files
* Remove prefixed border-radius rules
* Avoid JavaSript error while trying to get autonym
* Rules loading: Use $.ajax to cache the rule js file

Change-Id: I49b88551263434a93b600278d665e80737edb555
This commit is contained in:
Kartik Mistry
2014-04-08 21:56:07 +05:30
committed by Nikerabbit
parent d1efe292a5
commit bfdda7bde4
12 changed files with 20 additions and 18 deletions

View File

@@ -23,7 +23,8 @@ Format should be: yyyy-mm-dd
author: An optional string containing the authors name. Can contain email
address as well. eg: "Santhosh Thottingal, <santhosh.thottingal@gmail.com>"
URL: An optional string containing URL for the original input method definition.
URL: A mandatory string containing URL for source where keyboard is defined,
information about trademark restrictions if any, layout and help.
license: An optional string containing licence information. Eg: "CC-BY-SA" or
"GPLv3".

View File

@@ -37,7 +37,7 @@
['P', '\u0A9D'],
['\\}', '\u0A9E'],
['\'', '\u0A9F'],
['\"', '\u0AA0'],
['"', '\u0AA0'],
['\\[', '\u0AA1'],
['\\{', '\u0AA2'],
['C', '\u0AA3'],

View File

@@ -39,7 +39,7 @@
[ 'P', '\u091D' ],
[ '\\}', '\u091E' ],
[ '\'', '\u091F' ],
[ '\'', '\u0920' ],
[ '"', '\u0920' ],
[ '\\[', '\u0921' ],
[ '\\{', '\u0922' ],
[ 'C', '\u0923' ],

View File

@@ -36,7 +36,7 @@
['P', '\u0C9D'],
['\\}', '\u0C9E'],
['\'', '', '\u0C9F'],
['\"', '\u0CA0'],
['"', '\u0CA0'],
['\\[', '\u0CA1'],
['\\{', '\u0CA2'],
['C', '\u0CA3'],

View File

@@ -69,7 +69,7 @@
[ ';', 'ച' ],
[ ':', 'ഛ' ],
[ '\'', 'ട' ],
[ '\'', '' ],
[ '"', '' ],
[ 'z', 'െ' ],
[ 'Z', 'എ' ],
[ 'x', '' ],

View File

@@ -37,7 +37,7 @@
['P', '\u091D'],
['\\}', '\u091E'],
['\'', '', '\u091F'],
['\"', '\u0920'],
['"', '\u0920'],
['\\[', '\u0921'],
['\\{', '\u0922'],
['C', '\u0923'],

View File

@@ -35,7 +35,7 @@
['P', 'झ'],
['\\}', 'ञ'],
['\'', 'ट'],
['\"', 'ठ'],
['"', 'ठ'],
['\\[', '','ड'],
['\\{', '','ढ'],
['C', 'ण'],

View File

@@ -34,8 +34,8 @@
['p', '\u0B1C'],
['P', '\u0B1D'],
['\\}', '\u0B1E'],
['`', '\u0B1F'],
['~', '\u0B20'],
['\'', '\u0B1F'],
['"', '\u0B20'],
['\\[', '\u0B21'],
['\\{', '\u0B22'],
['C', '\u0B23'],

View File

@@ -68,7 +68,7 @@
['l', 'ਤ'],
['\\:', 'ਛ'],
['\\;', 'ਚ'],
['\\"', 'ਠ'],
['"', 'ਠ'],
['\'', 'ਟ'],
['Z', 'ੱ'],
['z', 'ੰ'],

View File

@@ -164,7 +164,7 @@
[ 'G', 'எ' ],
[ 'H', 'க' ],
[ 'J', 'ப' ],
[ 'K', '\'' ],
[ 'K', '"' ],
[ 'L', ':' ],
[ '\\:', ';' ],
[ '\'', '\'' ],