Page MenuHomePhabricator

` and z keys does not work in Telugu InScript scheme of Narayam
Closed, ResolvedPublic

Description

When user types ` and z keys those letters are typed instead of expected 'ొ' and 'ె', respectively.


Version: master
Severity: normal

Details

Reference
bz36723

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:26 AM
bzimport set Reference to bz36723.

I already have a patch. I am testing it in my local MediaWiki installation.

In addition to those mentioned in the bug, I have also added few more extended keys.

I'll submit it in a day or two.

ext.narayam.rules.te-inscript.js

Here is the updated rules. In addition to ` and z, I've also added other missing mappings (especially in the extended rules). Also deleted the non-standard mappings (paranthesis for zwj and zwnj). Reordered the rules, so it will be easy for any changes in the future.

Tested this in my local wiki.

Attached:

I have submitted in https://gerrit.wikimedia.org/r/#/c/8011/

Veevan,

Please get a labs account through http://www.mediawiki.org/wiki/Developer_access and submit future patches to gerrit directly.

http://www.mediawiki.org/wiki/Git/Workflow#How_to_submit_a_patch will help you get started. Thanks

Thanks Srikanth. I'll get a labs account for me. My next patch would be using that.

Veevan,

Can you please check the comments at https://gerrit.wikimedia.org/r/#/c/8011/ and also give some more tests? Thanks

I have added tests and comments as needed.

BTW, there is no 'a' in my name.

Thanks, for your contribution. This is merged now.