ACIP->TMW for {^GONG SA } used to fail; fixed.
This commit is contained in:
parent
115534e688
commit
b617f761d5
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ public class ACIPRules {
|
||||||
putMapping(acipOther2wylie, "%", "~X");
|
putMapping(acipOther2wylie, "%", "~X");
|
||||||
putMapping(acipOther2wylie, "o", "X");
|
putMapping(acipOther2wylie, "o", "X");
|
||||||
putMapping(acipOther2wylie, "&", "&");
|
putMapping(acipOther2wylie, "&", "&");
|
||||||
|
putMapping(acipOther2wylie, "^", "\\u0F38");
|
||||||
|
|
||||||
putMapping(acipOther2wylie, "0", "0");
|
putMapping(acipOther2wylie, "0", "0");
|
||||||
putMapping(acipOther2wylie, "1", "1");
|
putMapping(acipOther2wylie, "1", "1");
|
||||||
|
|
Loading…
Reference in a new issue