Fixed "{" "}" not being validated correctly as proper wylie.

This commit is contained in:
amontano 2005-11-03 15:17:27 +00:00
parent cb1e101158
commit 86b79dba26
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class EWTSTshegBarScanner extends TTshegBarScanner {
|| (sb.charAt(i) >= '\u0fcf' && sb.charAt(i) <= '\u0fd1')
|| (THDLWylieConstants.SAUVASTIKA == sb.charAt(i))
|| (THDLWylieConstants.SWASTIKA == sb.charAt(i))
|| (" /;|!:=_@#$%<>()*&\r\n\t\u0f36\u0f38\u0f89\u0f8a\u0f8b".indexOf(sb.charAt(i))
|| (" /;|!:=_@#$%<>(){}*&\r\n\t\u0f36\u0f38\u0f89\u0f8a\u0f8b".indexOf(sb.charAt(i))
>= 0)) {
al.add(new TString("EWTS", sb.substring(i, i+1),
TString.TIBETAN_PUNCTUATION));