Skip to content

Commit

Permalink
New rrz and rry patterns added
Browse files Browse the repository at this point in the history
  • Loading branch information
mugli committed Oct 30, 2011
1 parent 4d2220c commit f250acf
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/com/omicronlab/avro/phonetic/phonetic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1019,11 +1019,27 @@
</rule>
</rules>
</pattern>
<pattern>
<find>rrz</find>
<replace>রর‍্য</replace>
<rules/>
</pattern>
<pattern>
<find>rry</find>
<replace>রর‍্য</replace>
<rules/>
</pattern>
<pattern>
<find>rZ</find>
<!-- NOTE: Invisivle ZWJ here -->
<replace>র‍্য</replace>
<rules>
<rule>
<find>
<match type="prefix" scope="exact">r</match>
</find>
<replace>রর‍্য</replace>
</rule>
<rule>
<find>
<match type="prefix" scope="consonant" />
Expand All @@ -1041,6 +1057,12 @@
<!-- NOTE: Invisivle ZWJ here -->
<replace>র‍্য</replace>
<rules>
<rule>
<find>
<match type="prefix" scope="exact">r</match>
</find>
<replace>রর‍্য</replace>
</rule>
<rule>
<find>
<match type="prefix" scope="consonant" />
Expand Down Expand Up @@ -1684,7 +1706,7 @@
</pattern>
<pattern>
<find>,,</find>
<!-- Note: Invisible ZWNJ here -->
<!-- NOTE: Invisible ZWNJ here -->
<replace>্‌</replace>
<rules/>
</pattern>
Expand Down

0 comments on commit f250acf

Please sign in to comment.