Module:mtev-translit: Difference between revisions

Melinoë (talk | contribs)
Created page with "local export = {} local m_str_utils = require("Module:string utilities") local gsub = m_str_utils.gsub local toNFC = mw.ustring.toNFC local U = m_str_utils.char local grave = U(0x300) local acute = U(0x301) local diaeresis = U(0x308) local svar = U(0x951) local anud = U(0x952) local d_svar = U(0x1CDA) -- double svarita, sometimes used for long vowel with svarita local consonants = { ['क']='k', ['ख']='kh', ['ग']='g', ['घ']='gh', ['च']='c', ['छ']..."
 
Melinoë (talk | contribs)
No edit summary
 
Line 83: Line 83:
-- avagraha
-- avagraha
['ऽ']='ʼ',
['ऽ']='ʼ',
['॑']='́',
--numerals
--numerals
['०']='0', ['१']='1', ['२']='2', ['३']='3', ['४']='4', ['५']='5', ['६']='6', ['७']='7', ['८']='8', ['९']='9',
['०']='0', ['१']='1', ['२']='2', ['३']='3', ['४']='4', ['५']='5', ['६']='6', ['७']='7', ['८']='8', ['९']='9',