User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:orthography [2020/05/26 13:17] chuckwiki:orthography [2023/03/15 04:22] (current) chuck
Line 32: Line 32:
  
 === geminated consonants after r === === geminated consonants after r ===
-<code pcre>/(?<=[rṛṙ]|[rṛ]\s)(]kgcjṭḍṇdnpbmyvl)\1/\1/</code>+<code pcre>/(?<=[rṛṙ]|[rṛ]\s)([kgcjṭḍṇdnpbmyvl])\1/\1/</code>
  
  * replaces doubled consonants (excluding t) after consonantal/vocalic r with a single consonant (Cf. [[https://www.sanskritdictionary.com/panini/8-4-46|Aṣṭādhyāyī 8.4.46]])  * replaces doubled consonants (excluding t) after consonantal/vocalic r with a single consonant (Cf. [[https://www.sanskritdictionary.com/panini/8-4-46|Aṣṭādhyāyī 8.4.46]])
Line 73: Line 73:
  
 === pṛṣṭhamātrā vowels === === pṛṣṭhamātrā vowels ===
-<code pcre>/ê/e/ /î/i//ô/o/ /û/u/</code>+<code pcre>/ê/e/ /î/i/ /ô/o/ /û/u/</code>
  
 In transcriptions of Devanāgarī sources, pṛṣṭhamātrā vowels are transcribed as ê, aî, ô, and aû (see [[wiki:transcription|Transcription conventions]]). In transcriptions of Devanāgarī sources, pṛṣṭhamātrā vowels are transcribed as ê, aî, ô, and aû (see [[wiki:transcription|Transcription conventions]]).
-  + 
- * These filters require @mainLang="sa-Deva" in the <textLang> tag.+ * These filters require ''@mainLang="sa-Deva"'' in the ''<textLang>'' tag.
  
 === valapalagilaka === === valapalagilaka ===
Line 84: Line 84:
 In transcriptions of Telugu sources, the valapalagilaka reph is transcribed as ṙ (see [[wiki:transcription|Transcription conventions]]). In transcriptions of Telugu sources, the valapalagilaka reph is transcribed as ṙ (see [[wiki:transcription|Transcription conventions]]).
  
- * This filter requires @mainLang="sa-Telu" in the <textLang> tag.+ * This filter requires ''@mainLang="sa-Telu"'' in the ''<textLang>'' tag.
  
 === ṭh written as ṭ === === ṭh written as ṭ ===
Line 90: Line 90:
  
 In some Devanāgarī manuscripts, it is common for ṭh to be written as ṭ. In some Devanāgarī manuscripts, it is common for ṭh to be written as ṭ.
-  + 
- * This filter requires a <scriptNote> tag with the @xml:id="script-ṭha-ṭa".+ * This filter requires a ''<scriptNote>'' tag with the ''@xml:id="script-ṭha-ṭa"''.
  
 === b written as v === === b written as v ===
Line 98: Line 98:
 In some scripts, b is not distinguished from v. In some scripts, b is not distinguished from v.
  
- * This filter requires a <scriptNote> tag with the @xml:id="script-ba-va".+ * This filter requires a ''<scriptNote>'' tag with the ''@xml:id="script-ba-va"''.
  
 === dbh written as bhd === === dbh written as bhd ===
-<code pcre>/bh(\s?)d(?!h)</code>+<code pcre>/bh(\s?)d(?!h)/d\1bh/</code>
  
 In some Devanāgarī manuscripts, the conjunct dbh is written as bhd. In some Devanāgarī manuscripts, the conjunct dbh is written as bhd.
  
- * This filter requires a <scriptNote> tag with the @xml:id="script-dbha-bhda".+ * This filter requires a ''<scriptNote>'' tag with the ''@xml:id="script-dbha-bhda"''.