Module:tevo-translit: Difference between revisions
No edit summary |
No edit summary |
||
| Line 58: | Line 58: | ||
['ु']='u', | ['ु']='u', | ||
['ू']='ū', | ['ू']='ū', | ||
['ॆ']=' | ['ॆ']='ĕ', | ||
['े']=' | ['े']='ê', | ||
['ॅ']='e', | ['ॅ']='e', | ||
['ै']='ē', | ['ै']='ē', | ||
| Line 77: | Line 77: | ||
['उ']='u', | ['उ']='u', | ||
['ऊ']='ū', | ['ऊ']='ū', | ||
['ऎ']=' | ['ऎ']='ĕ', | ||
['ए']=' | ['ए']='ê', | ||
['ऍ']='e', | ['ऍ']='e', | ||
['ऐ']='ē', | ['ऐ']='ē', | ||
| Line 123: | Line 123: | ||
text = gsub(text, "ः॑","́h") | text = gsub(text, "ः॑","́h") | ||
text = gsub(text, '([aअ][' .. acute .. grave .. ']?[इउ])', '%1' .. diaeresis) | text = gsub(text, '([aअ][' .. acute .. grave .. ']?[इउ])', '%1' .. diaeresis) | ||
text = gsub(text, '.', tt) | text = gsub(text, '.', tt) | ||