r104594 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104593‎ | r104594 | r104595 >
Date:21:16, 29 November 2011
Author:amire80
Status:resolved (Comments)
Tags:
Comment:
Followup to r104577, adding characters according to the standard.
Modified paths:
  • /trunk/extensions/Narayam/resources/ext.narayam.rules.ta-inscript.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/resources/ext.narayam.rules.ta-inscript.js
@@ -13,8 +13,10 @@
1414 ['~', '', 'ஒ'],
1515
1616 ['&', '', 'க்ஷ்'],
17 -['\\*', '', 'ஷ்ர'],
1817
 18+['\\(', '', '\u200D'], // ZWJ
 19+['\\)', '', '\u200C'], // ZWNJ
 20+
1921 ['_', '', 'ஃ'],
2022
2123 ['q', '', 'ௌ'],
@@ -52,6 +54,8 @@
5355
5456 ['z', '', 'ெ'],
5557 ['Z', '', 'எ'],
 58+['x', '', 'ஂ'],
 59+['X', '', 'ௐ'], // Should be ext-shifted
5660 ['c', '', 'ம'],
5761 ['C', '', 'ண'],
5862 ['v', '', 'ந'],
@@ -61,6 +65,7 @@
6266 ['n', '', 'ல'],
6367 ['N', '', 'ள'],
6468 ['m', '', 'ஸ'],
 69+['M', '', 'ஶ'],
6570 ['<', '', 'ஷ'],
6671 ['/', '', 'ய']
6772 ];

Follow-up revisions

RevisionCommit summaryAuthorDate
r105520Adding characters to extended layer.amire8007:19, 8 December 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104577Adding Tamil InScript mapping.amire8018:05, 29 November 2011

Comments

#Comment by Nikerabbit (talk | contribs)   07:35, 2 December 2011

What does ext-shifted mean?

#Comment by Amire80 (talk | contribs)   07:53, 2 December 2011

If i understand correctly, it's AltGr-Shift (AltGr is the right-hand-side Alt). Since there are no characters in the English keyboard there, you cannot use Latin characters for translation and you must catch keystrokes, which is more challenging. For example, just this morning i found out that AltGr is (probably) not handled separately from Alt in Chrome (it is handled separately in Firefox).

#Comment by Amire80 (talk | contribs)   07:56, 2 December 2011

(posted before completion)

... So, in the meantime i put that character on the regular Shift. It's not 100% standard, but accessible.

#Comment by Santhosh.thottingal (talk | contribs)   11:11, 7 December 2011

-['\\*', , 'ஷ்ர'], - why this removed? I see this mapping in standard.

#Comment by Santhosh.thottingal (talk | contribs)   11:24, 7 December 2011

Either we need to add the extended layer as per the Inscript 2 draft standard, Or we need to make it compatible the existing inscript( http://fedoraproject.org/wiki/I18N/Indic/TamilKeyboardLayouts#Inscript_Keyboard_Layout)

#Comment by Amire80 (talk | contribs)   07:58, 8 December 2011

Should be fixed in r105520.

Status & tagging log