David Chapman's latest fix to tibwn.ini (clearing up an issue that Than or I
dropped the ball on) introduced two lines for 8,95. This is a bad thing, so I've taken out the second line. I've also introduced a check in TibetanMachineWeb.java such that we'll know that tibwn.ini has no such error in the future just by running 'ant clean jskad-run' and making sure that the GUI is indeed visible. I also updated the test baselines now that F03A and 0F82 are squared away.
This commit is contained in:
parent
9e071ea178
commit
cc5d096918
5 changed files with 16 additions and 13 deletions
|
@ -603,6 +603,10 @@ public class TibetanMachineWeb implements THDLWylieConstants {
|
|||
// here for either the TMW or the
|
||||
// TM glyph (though the TM glyph
|
||||
// could well be null):
|
||||
if (null != TMWtoTM[duffCodes[TMW].getFontNum()-1][duffCodes[TMW].getCharNum()-32])
|
||||
throw new Error("tibwn.ini is supposed to use the TibetanMachineWeb glyph as the unique key, but "
|
||||
+ val
|
||||
+ " appears two or more times.");
|
||||
TMWtoTM[duffCodes[TMW].getFontNum()-1][duffCodes[TMW].getCharNum()-32]
|
||||
= duffCodes[TM]; // TMW->TM mapping
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue