Skip to content

Commit

Permalink
Marathi phonetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amire80 committed Jul 8, 2013
1 parent 98dc930 commit 2f1c388
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rules/mr/mr-phonetic.js
Expand Up @@ -97,13 +97,14 @@
['\\<', 'ऩ'],
[',', ','],
['\\>', '़'],
['.', '।'],
['\\.', '।'],
['\\?', 'ऐ'],
['/', 'ए'],
['\\^', 'ज्ञ'],
['X', 'क्ष'],
['\\*', 'श्र'],
['ff', '्‌']]
['ff', '्‌']
]
};
$.ime.register( mrPhonetic );

Expand Down
7 changes: 7 additions & 0 deletions test/jquery.ime.test.fixtures.js
Expand Up @@ -1055,6 +1055,13 @@ var testFixtures = [
{ input: 'v', output: 'ļ', description: 'v for ļ in Marshallese' }
],
inputmethod: 'mh'
},{
description: 'Marathi Phonetic test',
tests: [
{ input: '.', output: '।', description: 'Marathi phonetic . -> ।' },
{ input: '*', output: 'श्र', description: 'Marathi phonetic * -> श्र' }
],
inputmethod: 'mr-phonetic'
},{
description: 'Marathi InScript 2 test',
tests: [
Expand Down

0 comments on commit 2f1c388

Please sign in to comment.