N+D+Ya, not N+D+ya, w+Wa, not w+wa .. use W, R, and Y where appropriate.

This commit is contained in:
dchandler 2003-11-24 04:55:11 +00:00
parent 1ec668c018
commit 9a247f5932
2 changed files with 15 additions and 3 deletions

View file

@ -407,6 +407,16 @@ public class TibetanMachineWeb implements THDLWylieConstants {
validInputSequences.put(ntk, anyOldObjectWillDo);
}
charSet.add("Y");
charSet.add("R");
charSet.add("W");
// Useless because none is two or more characters, but for
// completeness we put these in since EWTS allows w+W etc.
validInputSequences.put("Y", anyOldObjectWillDo);
validInputSequences.put("R", anyOldObjectWillDo);
validInputSequences.put("W", anyOldObjectWillDo);
sTok = null;
top_vowels = new HashSet();