ACIP {B5} and {7'} were problematic; that's fixed.

This commit is contained in:
dchandler 2003-10-26 17:47:35 +00:00
parent ad7b20e485
commit 61cf19932e
3 changed files with 5 additions and 5 deletions

View file

@ -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]");
}
}
}