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) {

View File

@ -27,9 +27,9 @@
// Fortunately, the consensus of experts is that they are also bogus and
// shouldn't be used.]
//
// 0F6A is not listed here (DLC FIXME: should it be?).
// Test that you can convert the Unicode ("" + U+0F6A) to TMW), but
// the glyph for it is the glyph for 0F62.
// 0F6A is not listed here, but the glyph for it is the glyph for
// 0F62. (DLC FIXME: should it be? Test that you can convert the
// Unicode ("" + U+0F6A) to TMW)
//
// The EWTS is not a unique key -- see "r", for example.
//