Tremendously better EWTS->Unicode and EWTS->TMW conversion, though still not tested end-to-end and without perfect unit tests. See EWTSTest.RUN_FAILING_TESTS, for example, to find imperfection.
This commit is contained in:
parent
affb9e4b5e
commit
0b3a636f63
20 changed files with 797 additions and 350 deletions
|
@ -312,6 +312,9 @@ public class UnicodeUtils implements UnicodeConstants {
|
|||
if ((cp >= 'a' && cp <= 'z')
|
||||
|| (cp >= 'A' && cp <= 'Z')
|
||||
|| (cp >= '0' && cp <= '9')
|
||||
|| cp == '\\'
|
||||
|| cp == '~'
|
||||
|| cp == '`'
|
||||
|| cp == '.'
|
||||
|| cp == ','
|
||||
|| cp == ' '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue