| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 | 
							- //====================================================
 - // Phonemes adjusted  for Urdu by Him Prasad Gautam.
 - //====================================================
 - 
 - 
 - phoneme : //  Lengthen the previous vowel by "length"
 -   virtual
 -   length 120
 - endphoneme
 - 
 - phoneme @
 -   vwl flag1 starttype #@  endtype #@
 -   length 130
 - 
 -   ChangeIfDiminished(@-)
 -   IF nextPh(H) THEN
 -     FMT(vowel/@_low)
 -   ENDIF
 -   FMT(vowel/@_bck)
 - endphoneme
 - 
 - 
 - phoneme V
 -   vwl flag1 starttype #@  endtype #@
 -   length 150
 -   CALL hi/V
 - endphoneme
 - 
 - 
 - phoneme @2
 -   vwl flag1 starttype #@  endtype #@
 -   length 150
 -   FMT(vowel/@_low)
 - endphoneme
 - 
 - phoneme @3
 -   vwl flag1 starttype #@  endtype #@
 -   length 150
 -   ChangeIfDiminished(@-)
 -   FMT(vowel/@_3)
 - endphoneme
 - 
 - 
 - //====================================================
 - // The rest Phonemes are inherted from Hindi.
 
 
  |