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:
parent
7304c770c9
commit
b4155c3264
2 changed files with 4 additions and 3 deletions
|
@ -648,6 +648,7 @@ public class TibetanMachineWeb implements THDLWylieConstants {
|
||||||
|| x == 0x5350
|
|| x == 0x5350
|
||||||
|| x == 0x534D
|
|| x == 0x534D
|
||||||
|| x == 0x0020
|
|| x == 0x0020
|
||||||
|
|| x == 0x00A0
|
||||||
|| x == 0x2003);
|
|| x == 0x2003);
|
||||||
unicodeBuffer.append((char)x);
|
unicodeBuffer.append((char)x);
|
||||||
} catch (NumberFormatException e) {
|
} catch (NumberFormatException e) {
|
||||||
|
|
|
@ -27,9 +27,9 @@
|
||||||
// Fortunately, the consensus of experts is that they are also bogus and
|
// Fortunately, the consensus of experts is that they are also bogus and
|
||||||
// shouldn't be used.]
|
// shouldn't be used.]
|
||||||
//
|
//
|
||||||
// 0F6A is not listed here (DLC FIXME: should it be?).
|
// 0F6A is not listed here, but the glyph for it is the glyph for
|
||||||
// Test that you can convert the Unicode ("" + U+0F6A) to TMW), but
|
// 0F62. (DLC FIXME: should it be? Test that you can convert the
|
||||||
// the glyph for it is the glyph for 0F62.
|
// Unicode ("" + U+0F6A) to TMW)
|
||||||
//
|
//
|
||||||
// The EWTS is not a unique key -- see "r", for example.
|
// The EWTS is not a unique key -- see "r", for example.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue