Module:Convert to eastern arabic numerals: Difference between revisions

Content deleted Content added
Use gsub without loop
m Comma "," (U+002C) → Arabic Decimal Separator "٫" (U+066B)
 
Line 12:
['8'] = '٨',
['9'] = '٩',
['.'] = ',٫'
}