Module:tevo-translit: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 13: | Line 13: | ||
local anud = U(0x952) | local anud = U(0x952) | ||
local d_svar = U(0x1CDA) -- double svarita, sometimes used for long vowel with svarita | local d_svar = U(0x1CDA) -- double svarita, sometimes used for long vowel with svarita | ||
local nuq = U(0x93C) | |||
local consonants = { | local consonants = { | ||
| Line 93: | Line 94: | ||
--numerals | --numerals | ||
['०']='0', ['१']='1', ['२']='2', ['३']='3', ['४']='4', ['५']='5', ['६']='6', ['७']='7', ['८']='8', ['९']='9', | ['०']='0', ['१']='1', ['२']='2', ['३']='3', ['४']='4', ['५']='5', ['६']='6', ['७']='7', ['८']='8', ['९']='9', | ||
[' | ['॒']='́', | ||
[' | ['॑']='́', | ||
--punctuation | --punctuation | ||
-- ['॥']='.', --double danda | -- ['॥']='.', --double danda | ||