ACIP->TMW for {^GONG SA } used to fail; fixed.

This commit is contained in:
dchandler 2003-12-07 20:05:41 +00:00
parent 115534e688
commit b617f761d5
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ public class ACIPRules {
putMapping(acipOther2wylie, "%", "~X");
putMapping(acipOther2wylie, "o", "X");
putMapping(acipOther2wylie, "&", "&");
putMapping(acipOther2wylie, "^", "\\u0F38");
putMapping(acipOther2wylie, "0", "0");
putMapping(acipOther2wylie, "1", "1");