Skip to content

Commit

Permalink
Listed items for basicTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mugli committed Oct 30, 2011
1 parent 31c9e00 commit 7ff531f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/com/omicronlab/avro/phonetic/phonetic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<rules/>
</pattern>
<pattern>
<find>জ্ঞ</find>
<find>gg</find>
<replace>জ্ঞ</replace>
<rules/>
</pattern>
Expand Down Expand Up @@ -1026,8 +1026,8 @@
</pattern>
<pattern>
<find>rZ</find>
<!-- TODO: place ZWJ or ZWNJ here -->
<replace>র্য</replace>
<!-- NOTE: Invisivle ZWJ here -->
<replace>র‍্য</replace>
<rules>
<rule>
<find>
Expand All @@ -1043,8 +1043,8 @@
</pattern>
<pattern>
<find>ry</find>
<!-- TODO: place ZWJ or ZWNJ here -->
<replace>র্য</replace>
<!-- NOTE: Invisivle ZWJ here -->
<replace>র‍্য</replace>
<rules>
<rule>
<find>
Expand Down Expand Up @@ -1637,8 +1637,8 @@
<rules/>
</pattern>
<pattern>
<find></find>
<replace></replace>
<find>w</find>
<replace></replace>
<rules>
<rule>
<find>
Expand Down

0 comments on commit 7ff531f

Please sign in to comment.