Module:pine-translit: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 5: Line 5:
-- from Teulgi to Tuġvut font
-- from Teulgi to Tuġvut font
tt = {
tt = {
     { "-t", "_0" }, { "-", "_" },
     { "%-", "_" }, { "_t", "_0" },
 
-- Voicelessness in consonant clusters
{ "m(p[^p])", "ṃ%1" }, { "n([ktƛ][^ktƛ])", "ṇ%1" },
{ "r([tkpƛġ][^tkpƛġ])", "ṛ%1" },
{ "l([ptkġ][^ptkġ])", "ḷ%1" },
     -- Synthetic diphthongs
     -- Synthetic diphthongs
     { "uo", "aa-" }, { "ay", "aa--" },
     { "uo", "aa-" }, { "ay", "aa--" },
Line 36: Line 41:
     -- t-series
     -- t-series
     { "ḍḍ", "t--t" }, { "dd", "t-t" },
     { "ḍḍ", "t--t" }, { "dd", "t-t" },
    { "ḍf", "tf--" }, { "df", "tf-" },
     { "ḍ", "t--" }, { "d", "t-" },
     { "ḍ", "t--" }, { "d", "t-" },