EWTS->Uni was crashing for tabs.
This commit is contained in:
parent
dc18165992
commit
05214b8f14
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue