ACIP {B5} and {7'} were problematic; that's fixed.
This commit is contained in:
parent
ad7b20e485
commit
61cf19932e
3 changed files with 5 additions and 5 deletions
|
@ -317,7 +317,7 @@ class TParseTree {
|
|||
if (warningLevel == "All")
|
||||
return "Warning: The last stack does not have a vowel in the ACIP {" + ((null != originalACIP) ? originalACIP : recoverACIP()) + "}; this may indicate a typo, because Sanskrit, which this is (because it's not legal Tibetan), should have a vowel after each stack.";
|
||||
} else {
|
||||
return "Warning: Trying to stack non-consonants."; // DLC
|
||||
throw new Error("Can't happen now that we stack greedily [2]");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue