Andres found that "THAG PA" caused a NullPointerException. That's fixed.
Renamed ACIPString to TString -- we'll use this for EWTS and ACIP both. TMW->ACIP for TMW9.61 should work now.
This commit is contained in:
parent
c8927b827c
commit
ee50291ed4
4 changed files with 207 additions and 205 deletions
|
@ -174,6 +174,7 @@ public class ACIPRules {
|
|||
if (null == wylieToACIP) {
|
||||
wylieToACIP = new HashMap(75);
|
||||
wylieToACIP.put("_", " "); // oddball.
|
||||
wylieToACIP.put("o'i", "O'I"); // oddball for TMW9.61.
|
||||
}
|
||||
wylieToACIP.put(EWTS, ACIP);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue