A reverter that converts Unicode to computer-friendly (but not, yet,
human-friendly) EWTS is here in alpha mode. It probably doesn't deal well with non-Tibetan.
This commit is contained in:
parent
00afd75362
commit
5788416629
13 changed files with 496 additions and 47 deletions
|
@ -463,6 +463,7 @@ public final class LegalTshegBar
|
|||
* concatenation like 'u'i'o. Returns false otherwise (including
|
||||
* the case that suffix is the empty string). */
|
||||
public static boolean isAchungBasedSuffix(String suffix) {
|
||||
// TODO(dchandler): use java.util.regex
|
||||
int i = 0; // so that the empty string causes false to be returned.
|
||||
while (i == 0 || !suffix.equals("")) {
|
||||
boolean startsWithOneOfThem = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue