David Chapman removed some lines from tibwn.ini. That breaks TM<->TMW
mappings, so I've put them back, but with the EWTS non-correspondences \tmwXYYY. Jskad no longer supports superscribed or subscribed numerals, because EWTS does not.
This commit is contained in:
parent
ccdebf6719
commit
896344f2d1
3 changed files with 44 additions and 12 deletions
|
@ -146,14 +146,19 @@ public class DuffPaneTest extends TestCase {
|
|||
ensureKeysGiveCorrectWylie("sha");
|
||||
|
||||
ensureKeysGiveCorrectWylie("kue ");
|
||||
ensureKeysGiveCorrectWylie("<8<7<0 ");
|
||||
ensureKeysGiveCorrectWylie("012345678901234 ");
|
||||
ensureKeysGiveCorrectWylie("ka<7 ",
|
||||
"ka<7. ");
|
||||
ensureKeysGiveCorrectWylie("ka <7 ");
|
||||
ensureKeysGiveCorrectWylie("ka>7 ",
|
||||
"ka>7. ");
|
||||
ensureKeysGiveCorrectWylie("ka >7 ");
|
||||
if (false) {
|
||||
// DLC FIXME: we can no longer express the super- and
|
||||
// subscribed numerals. Not with \\u, \\nu, or regular
|
||||
// Wylie.
|
||||
ensureKeysGiveCorrectWylie("<8<7<0 ");
|
||||
ensureKeysGiveCorrectWylie("ka<7 ",
|
||||
"ka<7. ");
|
||||
ensureKeysGiveCorrectWylie("ka <7 ");
|
||||
ensureKeysGiveCorrectWylie("ka>7 ",
|
||||
"ka>7. ");
|
||||
ensureKeysGiveCorrectWylie("ka >7 ");
|
||||
}
|
||||
// DLC FIXME : M^ doesn't work. nga, na do, k,kh do, why not M, M^?
|
||||
ensureKeysGiveCorrectWylie("kuau ");
|
||||
ensureKeysGiveCorrectWylie("ku-i ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue