Module:Svara/resolve

-- Loaded by Module:Svara
-- Weird line-spacing is to improve legibility.
-- The use of multiple diacritics is inconsistently supported by browsers. They might look weird here, but tend to look better when rendered in the article.
-- Unicode list:
--   Macron below: U+0331
--   Macron above: U+0304
--   Dot below: U+0323
--   Dot above: U+0307
return {
	carnatic = {
		[","]   = '❟', -- Common to both sets.

		["'S"]  = 'Ṣ',
		["'R1"] = 'Ṛ₁',
		["'R2"] = 'Ṛ₂',
		["'R3"] = 'Ṛ₃',
		["'G1"] = 'G̣₁',
		["'G2"] = 'G̣₂',
		["'G3"] = 'G̣₃',
		["'M1"] = 'Ṃ₁',
		["'M2"] = 'Ṃ₂',
		["'P"]  = 'P̣',
		["'D1"] = 'Ḍ₁',
		["'D2"] = 'Ḍ₂',
		["'D3"] = 'Ḍ₃',
		["'N1"] = 'Ṇ₁',
		["'N2"] = 'Ṇ₂',
		["'N3"] = 'Ṇ₃',
		['S']  = 'S',
		['R1'] = 'R₁',
		['R2'] = 'R₂',
		['R3'] = 'R₃',
		['G1'] = 'G₁',
		['G2'] = 'G₂',
		['G3'] = 'G₃',
		['M1'] = 'M₁',
		['M2'] = 'M₂',
		['P']  = 'P',
		['D1'] = 'D₁',
		['D2'] = 'D₂',
		['D3'] = 'D₃',
		['N1'] = 'N₁',
		['N2'] = 'N₂',
		['N3'] = 'N₃',
		["S'"] = 'Ṡ',
		["R1'"] = 'Ṙ₁',
		["R2'"] = 'Ṙ₂',
		["R3'"] = 'Ṙ₃',
		["G1'"] = 'Ġ₁',
		["G2'"] = 'Ġ₂',
		["G3'"] = 'Ġ₃',
		["M1'"] = 'Ṁ₁',
		["M2'"] = 'Ṁ₂',
		["P'"]  = 'Ṗ',
		["D1'"] = 'Ḋ₁',
		["D2'"] = 'Ḋ₂',
		["D3'"] = 'Ḋ₃',
		["N1'"] = 'Ṅ₁',
		["N2'"] = 'Ṅ₂',
		["N3'"] = 'Ṅ₃',
	},
	hindustani = {
		[","]   = '❟', -- Common to both sets.

		["'s"] = 'Ṣ',
		["'S"] = 'Ṣ',

		["'r"]  = 'Ṟ̣', -- Weird in Chrome 69/Linux: R with an underdot and a macron below.

		["'R"]  = 'Ṛ',

		["'g"]  = 'G̱̣', -- Illegible: G with an underdot and a macron below.


		["'G"]  = 'G̣',

		["'m"]  = 'Ṃ',

		["'M"]  = 'Ṃ̄', -- Weird in editor: M with a macron above and a dot below

		["'p"]  = 'P̣',
		["'P"]  = 'P̣',

		["'d"]  = 'Ḏ̣', -- Weird in editor: D with an underdot and a macron below.

		["'D"]  = 'Ḍ',

		["'n"]  = 'Ṉ̣', -- Weird in editor: N with an underdot and a macron below.

		["'N"]  = 'Ṇ',

		['s']  = 'S',
		['S']  = 'S',
		['r']  = 'Ṟ',
		['R']  = 'R',
		['g']  = 'G̱',
		['G']  = 'G',
		['m']  = 'M',
		['M']  = 'M̄',
		['p']  = 'P',
		['P']  = 'P',
		['d']  = 'Ḏ',
		['D']  = 'D',
		['n']  = 'Ṉ',
		['N']  = 'N',

		["s'"] = 'Ṡ',
		["S'"] = 'Ṡ',

		["r'"]  = '̱̱Ṙ',

		["R'"]  = 'Ṙ',

		["g'"]  = '̱Ġ',

		["G'"]  = 'Ġ',

		["m'"]  = 'Ṁ',

		["M'"]  = 'M̄̇', -- Illegible in editor: M with a macron above and an overdot.

		["p'"]  = 'Ṗ',
		["P'"]  = 'Ṗ',

		["d'"]  = '̱Ḋ',

		["D'"]  = 'Ḋ',

		["n'"]  = 'Ṉ̇', -- Weird in editor: N with a macron below and an overdot.

		["N'"]  = 'Ṅ',
	},
}

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.