Skip to content

Commit

Permalink
Add typographic apostrophe to Chinook Jargon keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
amire80 authored and kartikm committed Apr 18, 2024
1 parent 17fc043 commit 4031b38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rules/chn/chn-tilde.js
Expand Up @@ -9,7 +9,7 @@
URL: 'https://github.com/wikimedia/jquery.ime',
author: 'Amir E. Aharoni',
license: 'GPLv3',
version: '1.0',
version: '1.1',
patterns: [
[ '~E', 'Ə' ],
[ '~e', 'ə' ],
Expand All @@ -19,6 +19,7 @@
[ '~l', 'ɬ' ],
[ '~X', 'X̣' ],
[ '~x', 'x̣' ],
[ '~\\\'', '’' ],
[ '~\\?', 'ʔ' ]
]
};
Expand Down
2 changes: 1 addition & 1 deletion test/jquery.ime.test.fixtures.js
Expand Up @@ -873,7 +873,7 @@ var palochkaVariants = {
description: 'Chinook Jargon tilde test',
inputmethod: 'chn-tilde',
tests: [
{ input: '~E~e~H~h~L~l~X~x~?', output: 'ƏəʰʰꞭɬX̣x̣ʔ', description: 'Chinook Jargon ƏəʰʰꞭɬX̣x̣ʔ' }
{ input: '~E~e~H~h~L~l~X~x~?~\'', output: 'ƏəʰʰꞭɬX̣x̣ʔ', description: 'Chinook Jargon ƏəʰʰꞭɬX̣x̣ʔ' }
]
},
{
Expand Down

0 comments on commit 4031b38

Please sign in to comment.