Update jquery.ime to 7572e2

Documentation, code clean ups and build updates

Change-Id: I7ce3d75345b76f2a7693b6143e013b6a8202e093
This commit is contained in:
Santhosh Thottingal
2016-04-12 10:05:15 +05:30
parent 0bf38c715f
commit 28044a6f14
134 changed files with 11484 additions and 11473 deletions

View File

@@ -12,35 +12,35 @@
version: '1.0',
contextLength: 1,
patterns: [
['çh', 'h', 'ch'],
['şh', 'h', 'sh'],
['ḧh', 'h', 'hh'],
['ẍh', 'h', 'xh'],
['êe', 'e', 'ee'],
['îi', 'i', 'ii'],
['ûu', 'u', 'uu'],
['Ç(H|h)', '(H|h)', 'C$1'],
['Ş(H|h)', '(H|h)', 'S$1'],
['Ḧ(H|h)', '(H|h)', 'H$1'],
['Ẍ(H|h)', '(H|h)', 'X$1'],
['Ê(E|e)', '(E|e)', 'E$1'],
['Î(I|i)', '(I|i)', 'I$1'],
['Û(U|u)', '(U|u)', 'U$1'],
[ 'çh', 'h', 'ch' ],
[ 'şh', 'h', 'sh' ],
[ 'ḧh', 'h', 'hh' ],
[ 'ẍh', 'h', 'xh' ],
[ 'êe', 'e', 'ee' ],
[ 'îi', 'i', 'ii' ],
[ 'ûu', 'u', 'uu' ],
[ 'Ç(H|h)', '(H|h)', 'C$1' ],
[ 'Ş(H|h)', '(H|h)', 'S$1' ],
[ 'Ḧ(H|h)', '(H|h)', 'H$1' ],
[ 'Ẍ(H|h)', '(H|h)', 'X$1' ],
[ 'Ê(E|e)', '(E|e)', 'E$1' ],
[ 'Î(I|i)', '(I|i)', 'I$1' ],
[ 'Û(U|u)', '(U|u)', 'U$1' ],
['ch', 'ç'],
['sh', 'ş'],
['hh', 'ḧ'],
['xh', 'ẍ'],
['ee', 'ê'],
['ii', 'î'],
['uu', 'û'],
['C(H|h)', 'Ç'],
['S(H|h)', 'Ş'],
['H(H|h)', 'Ḧ'],
['X(H|h)', 'Ẍ'],
['E(E|e)', 'Ê'],
['I(I|i)', 'Î'],
['U(U|u)', 'Û']]
[ 'ch', 'ç' ],
[ 'sh', 'ş' ],
[ 'hh', 'ḧ' ],
[ 'xh', 'ẍ' ],
[ 'ee', 'ê' ],
[ 'ii', 'î' ],
[ 'uu', 'û' ],
[ 'C(H|h)', 'Ç' ],
[ 'S(H|h)', 'Ş' ],
[ 'H(H|h)', 'Ḧ' ],
[ 'X(H|h)', 'Ẍ' ],
[ 'E(E|e)', 'Ê' ],
[ 'I(I|i)', 'Î' ],
[ 'U(U|u)', 'Û' ] ]
};
$.ime.register( kuH );

View File

@@ -12,20 +12,20 @@
version: '1.0',
contextLength: 1,
patterns: [
['ḧh', 'h', 'hh'],
['Ḧ(H|h)', '(H|h)', 'H$1'],
[ 'ḧh', 'h', 'hh' ],
[ 'Ḧ(H|h)', '(H|h)', 'H$1' ],
['ğ', 'ẍ'],
['ı', 'i'],
['i', 'î'],
['ö', 'ê'],
['ü', 'û'],
['hh', 'ḧ'],
['Ğ', 'Ẍ'],
['İ', 'Î'],
['Ö', 'Ê'],
['Ü', 'Û'],
['H(H|h)', 'Ḧ']]
[ 'ğ', 'ẍ' ],
[ 'ı', 'i' ],
[ 'i', 'î' ],
[ 'ö', 'ê' ],
[ 'ü', 'û' ],
[ 'hh', 'ḧ' ],
[ 'Ğ', 'Ẍ' ],
[ 'İ', 'Î' ],
[ 'Ö', 'Ê' ],
[ 'Ü', 'Û' ],
[ 'H(H|h)', 'Ḧ' ] ]
};
$.ime.register( kuTr );