r100013 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100012‎ | r100013 | r100014 >
Date:05:36, 17 October 2011
Author:santhosh
Status:ok (Comments)
Tags:
Comment:
Use U+09F0 BENGALI LETTER RA WITH MIDDLE DIAGONAL instead of U+09B0 BENGALI LETTER RA for assamese transliteration.
Ref Bug 31725
Modified paths:
  • /trunk/extensions/Narayam/js/ext.narayam.rules.as.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/js/ext.narayam.rules.as.js
@@ -11,21 +11,21 @@
1212 var rules = [
1313 ['ক্h','c','চ্'],
1414
15 -['([ক-হ])্a','', '$1'],
16 -['([ক-হ])(a|্A)','', '$1া'],
17 -['([ক-হ])্i','', '$1ি'],
18 -['([ক-হ])(িi|্I|েe|েE)','', '$1ী'],
19 -['([ক-হ])্u','', '$1ু'],
20 -['([ক-হ])(ুu|্U|োo|োO)','', '$1ূ'],
21 -['([ক-হ])্R','', '$1ৃ'],
22 -['([ক-হ])ৃR','', '$1ৄ'],
23 -['([ক-হ])্L','', '$1ৢ'],
24 -['([ক-হ])ৢL','', '$1ৣ'],
25 -['([ক-হ])্(e|E)','', '$1ে'],
26 -['([ক-হ])i','', '$1ে'],
27 -['([ক-হ])্(o|O)','', '$1ো'],
28 -['([ক-হ])u','', '$1ৌ'],
29 -['([ক-হ])([া-ৌৗ])?m','', '$1$1ং'],
 15+['([ক-হৰ])্a','', '$1'],
 16+['([ক-হৰ])(a|্A)','', '$1া'],
 17+['([ক-হৰ])্i','', '$1ি'],
 18+['([ক-হৰ])(িi|্I|েe|েE)','', '$1ী'],
 19+['([ক-হৰ])্u','', '$1ু'],
 20+['([ক-হৰ])(ুu|্U|োo|োO)','', '$1ূ'],
 21+['([ক-হৰ])্R','', '$1ৃ'],
 22+['([ক-হৰ])ৃR','', '$1ৄ'],
 23+['([ক-হৰ])্L','', '$1ৢ'],
 24+['([ক-হৰ])ৢL','', '$1ৣ'],
 25+['([ক-হৰ])্(e|E)','', '$1ে'],
 26+['([ক-হৰ])i','', '$1ে'],
 27+['([ক-হৰ])্(o|O)','', '$1ো'],
 28+['([ক-হৰ])u','', '$1ৌ'],
 29+['([ক-হৰ])([া-ৌৗ])?m','', '$1$1ং'],
3030
3131 ['ং~','', 'ম্'],
3232 ['ংa','', 'ম'],
@@ -80,7 +80,7 @@
8181 ['(o|O)','', 'ও'],
8282 ['p','', 'প্'],
8383 //['q','', 'অ'],
84 -['r','', 'র্'],
 84+['r','', 'ৰ্'],
8585 ['s','', 'স্'],
8686 ['t','', 'ত্'],
8787 ['u','', 'উ'],
@@ -133,4 +133,4 @@
134134 'lookbackLength': 3,
135135 'keyBufferLength': 2,
136136 'rules': rules
137 -} );
\ No newline at end of file
 137+} );

Follow-up revisions

RevisionCommit summaryAuthorDate
r100024Change Bengali VA to Bengali RA with lower diagonal or Assamese Wa....santhosh11:49, 17 October 2011
r100108Update Assamese transliteration- Correct the wa, ba mappings and remove comme...santhosh04:11, 18 October 2011
r100215More updates to Assamese transliteration. Refer Bug 31725santhosh09:49, 19 October 2011
r102305MFT r99387 r99395 r99456 r99457 r99682 r99683 r100013 r100024 r100108 r100212...nikerabbit18:21, 7 November 2011

Comments

#Comment by Amire80 (talk | contribs)   23:53, 17 October 2011

It's probably OK, but just to make sure: Are the people who are requesting it sure that they don't want the র্ character at all?

#Comment by Santhosh.thottingal (talk | contribs)   03:38, 18 October 2011

Yes, Assamese does not use র , and I cross checked with the Assamese inscript.

Status & tagging log