EWTS->Uni was crashing for tabs.

This commit is contained in:
dchandler 2005-07-14 04:16:36 +00:00
parent dc18165992
commit 05214b8f14

View file

@ -401,6 +401,7 @@ public final class EWTSTraits implements TTraits {
&& THDLWylieConstants.SAUVASTIKA != ch && THDLWylieConstants.SAUVASTIKA != ch
&& THDLWylieConstants.SWASTIKA != ch && THDLWylieConstants.SWASTIKA != ch
&& (ch < THDLWylieConstants.PUA_MIN || ch > THDLWylieConstants.PUA_MAX) // TODO(DLC)[EWTS->Tibetan]: give a warning, though? PUA isn't specified by the unicode standard after all. && (ch < THDLWylieConstants.PUA_MIN || ch > THDLWylieConstants.PUA_MAX) // TODO(DLC)[EWTS->Tibetan]: give a warning, though? PUA isn't specified by the unicode standard after all.
&& '\t' != ch
&& '\n' != ch && '\n' != ch
&& '\r' != ch) { && '\r' != ch) {
// TODO(DLC)[EWTS->Tibetan]: Is this the place // TODO(DLC)[EWTS->Tibetan]: Is this the place