diff --git a/source/org/thdl/tib/text/ttt/TString.java b/source/org/thdl/tib/text/ttt/TString.java index 297a213..7a82012 100644 --- a/source/org/thdl/tib/text/ttt/TString.java +++ b/source/org/thdl/tib/text/ttt/TString.java @@ -153,7 +153,6 @@ public class TString { // FIXME: assert these ThdlDebug.verify(type != UNICODE_CHARACTER || text.length() == 1); ThdlDebug.verify("EWTS" == encoding || "ACIP" == encoding); - type != UNICODE_CHARACTER || text.length() == 1); setText(ftext); if ((outputAllTshegBars || outputUniqueTshegBars) && TIBETAN_NON_PUNCTUATION == type) outputTshegBar(ftext);