Update jquery.ime from upstream and a fix in default preferences

Default preferences are kept while loading from localstorage. It may
be empty first time. Handling that case.

Change-Id: If5780006120e401a4df1171146760692b8963363
This commit is contained in:
Santhosh Thottingal
2012-10-25 17:18:42 +05:30
committed by Gerrit Code Review
parent 66b2badb5c
commit 5cbad377e0
9 changed files with 26 additions and 32 deletions

View File

@@ -10,8 +10,8 @@
author: 'Veeven and Junaid P V',
license: 'GPLv3',
version: '1.0',
contextLength: 4,
maxKeyLength: 1,
contextLength: 1,
maxKeyLength: 4,
patterns: [
['(మ్|న్)b', 'ంబ్'],
['(మ్|న్)B', 'ంభ్'],
@@ -67,8 +67,8 @@
// ఉ
['([క-హ])్u', '$1ు'],
// ఊ
['([క-హ])(ుu|ు\'|ుa|్U)', '', '$1ూ'],
['([క-హ])ొo', 'o', '$1ూ'],
['([క-హ])(ుu|ు\'|ుa|్U)', '$1ూ'],
['([క-హ])ొo', 'o', '$1ూ'],
// ఋ
['([క-హ])్R', '$1ృ'],
['([క-హ])్ర్\'', '$1ృ'],
@@ -116,8 +116,8 @@
['అe', 'a', 'ఏ'],
['ఎi', 'ఐ'],
['అi', 'a', 'ఐ'],
['ఒ(a|\')', '', 'ఓ'],
['అo', 'a', 'ఓ'],
['ఒ(a|\')', '', 'ఓ'],
['అo', 'a', 'ఓ'],
['ఒ(u|w)', 'ఔ'],
['అu', 'a', 'ఔ'],
['ఋ(u|\')', 'ౠ'],