r108713 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108712‎ | r108713 | r108714 >
Date:09:07, 12 January 2012
Author:santhosh
Status:ok
Tags:
Comment:
Fix 3 transliteration rules for Assamese- Use atomic code points instead of decomposed forms for ড়, ঢ়, য়
Modified paths:
  • /trunk/extensions/Narayam/resources/ext.narayam.rules.as.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/resources/ext.narayam.rules.as.js
@@ -43,7 +43,7 @@
4444 ['(প্h|f)', '', 'ফ্'], // ph or f
4545 ['(ব্h|v)', '', 'ভ্'], // bh or v
4646 ['শ্h', '', 'ষ্'], // Xh
47 -['ড়্h', '', 'ঢ়্'], // Rh
 47+['ড়্h', '', 'ঢ়্'], // Rh
4848
4949 ['(M|ন্G)', '', 'ং'], // M or nG
5050
@@ -81,8 +81,8 @@
8282 ['X', '', 'শ্'],
8383 ['x', '', 'স্'],
8484 ['h', '', 'হ্'],
85 -['R', '', 'ড়্'],
86 -['y', '', 'য়্'],
 85+['R', '', 'ড়্'],
 86+['y', '', 'য়্'],
8787
8888 ['\\\\\\.', '', '.'],
8989 ['।\\.', '', '॥'],

Follow-up revisions

RevisionCommit summaryAuthorDate
r109053MFT r108713 r108215nikerabbit18:41, 16 January 2012

Status & tagging log