Update jquery.ime from upstream

Change-Id: I904dfd1e089e92deaa2da50510d0975a8e317a94
This commit is contained in:
Amir E. Aharoni
2013-08-22 14:20:45 +03:00
parent 9f51d8a4ea
commit e018a52498
17 changed files with 35 additions and 33 deletions

View File

@@ -29,7 +29,7 @@
['i', 'ب'],
['I', 'ـ'],
['U', 'ۃ'],
['\\;', '؛'],
/* Arabic semicolon */ ['\\;', '؛'],
['\\:', ':'],
['p', 'ح'],
['P', 'خ'],
@@ -49,7 +49,7 @@
['y', 'پ'],
['Y', '\u0651\u00AD'],
['c', 'ے'],
['\\?','؟'],
/* Arabic question mark */ ['\\?','؟'],
['j', 'ا'],
['n', 'غ'],
['N', 'ئ'],
@@ -89,9 +89,10 @@
['\\%', '','٪'],
['\\^', '','^'],
['\\&', 'ۖ'],
['\\*', '٭'],
/* Arabic star */ ['\\*', '٭'],
['\\(', '('],
['\\)', ')']]
};
$.ime.register( urTransliteration );
}( jQuery ) );