After a1tsal's changes to tibwn.ini, the tests failed. I'm a bit disheartened

that more tests didn't fail.
This commit is contained in:
dchandler 2005-02-05 16:51:13 +00:00
parent 7304c770c9
commit b4155c3264
2 changed files with 4 additions and 3 deletions

View file

@ -648,6 +648,7 @@ public class TibetanMachineWeb implements THDLWylieConstants {
|| x == 0x5350
|| x == 0x534D
|| x == 0x0020
|| x == 0x00A0
|| x == 0x2003);
unicodeBuffer.append((char)x);
} catch (NumberFormatException e) {