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:19] – [Script/scribe specific filters] 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]]).
Line 101: Line 101:
  
 === 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"''.