From 05214b8f14fbc0427382beafdb0e05806cb4c1c7 Mon Sep 17 00:00:00 2001 From: dchandler Date: Thu, 14 Jul 2005 04:16:36 +0000 Subject: [PATCH] EWTS->Uni was crashing for tabs. --- source/org/thdl/tib/text/ttt/EWTSTraits.java | 1 + 1 file changed, 1 insertion(+) diff --git a/source/org/thdl/tib/text/ttt/EWTSTraits.java b/source/org/thdl/tib/text/ttt/EWTSTraits.java index a4d12aa..be3fec6 100644 --- a/source/org/thdl/tib/text/ttt/EWTSTraits.java +++ b/source/org/thdl/tib/text/ttt/EWTSTraits.java @@ -401,6 +401,7 @@ public final class EWTSTraits implements TTraits { && THDLWylieConstants.SAUVASTIKA != 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. + && '\t' != ch && '\n' != ch && '\r' != ch) { // TODO(DLC)[EWTS->Tibetan]: Is this the place