My last commit left the tests broken. Doh.

Also, I'm enabling EWTS->Tibetan converters in the GUI so that I can
ask folks to try them out.
This commit is contained in:
dchandler 2005-07-06 22:55:19 +00:00
parent b74af71efc
commit 0f99c402df
3 changed files with 19 additions and 13 deletions

View file

@ -432,7 +432,7 @@ public final class EWTSTraits implements TTraits {
public boolean isUnicodeWowelThatRequiresAChen(char ch) {
// TODO(DLC)[EWTS->Tibetan]: ask if 18 19 3e 3f combine only with digits
return "\u0f35\u0f37\u0f18\u0f19\u0f3e\u0f3f\u0f86\u0f87\u0fc6".indexOf(ch) >= 0;
return "\u0f39\u0f35\u0f37\u0f18\u0f19\u0f3e\u0f3f\u0f86\u0f87\u0fc6".indexOf(ch) >= 0;
}
public boolean couldBeValidStack(TPairList pl) {