I've made Jskad adhere to the THDL Extended Wylie spec. Some
punctuation has changed {@, #, %, and $}. Fixed some errors in tibwn.ini so that all the TM<->TMW mappings are correct.
This commit is contained in:
parent
ec7fec695f
commit
a144b125ca
3 changed files with 1025 additions and 1017 deletions
Binary file not shown.
|
@ -383,8 +383,16 @@ public class TibetanMachineWeb implements THDLWylieConstants {
|
|||
break;
|
||||
|
||||
case 3: //TibetanMachineWeb code
|
||||
duffCodes[k-1] = new DuffCode(val,true);
|
||||
TMtoTMW[duffCodes[TM].fontNum-1][duffCodes[TM].charNum-32] = duffCodes[TMW];
|
||||
duffCodes[k-1/* TMW */] = new DuffCode(val,true);
|
||||
// TibetanMachineWeb7.91, for
|
||||
// example, has no TM(win32)
|
||||
// equivalent (though it has a
|
||||
// TM(dos) equivalent), so we must
|
||||
// test for null here:
|
||||
if (null != duffCodes[TM]) {
|
||||
TMtoTMW[duffCodes[TM].fontNum-1][duffCodes[TM].charNum-32]
|
||||
= duffCodes[TMW];
|
||||
}
|
||||
break;
|
||||
case 4:
|
||||
case 5:
|
||||
|
|
|
@ -33,14 +33,14 @@ _~32,1~~1,32
|
|||
!~204,1~~1,104~~~~~~~0F08
|
||||
:~206,1~~1,105~~~~~~~0F14
|
||||
;~40,5~~9,43~~~~~~~0F0F
|
||||
@~210,1~~9,40~~~~~~~0F04
|
||||
#~200,1~~9,41~~~~~~~0F05
|
||||
$~38,5~~9,38~~~~~~~0F06
|
||||
%~39,5~~9,39~~~~~~~0F07
|
||||
@~210,1~~9,38~~~~~~~0F04
|
||||
$~38,5~~9,41~~~~~~~0F06
|
||||
#~200,1~~9,39~~~~~~~0F05
|
||||
%~39,5~~9,42~~~~~~~0F07
|
||||
(~208,1~~9,93~~~~~~~0F3C
|
||||
)~209,1~~9,94~~~~~~~0F3D
|
||||
H~239,1~~8,92~~~~~~~0F7F
|
||||
M~238,1~~8,91~~~~~~~0F7E
|
||||
M~~~8,91~~~~~~~0F7E
|
||||
`~241,1~~8,94~~~~~~~0F83
|
||||
&~177,4~~8,93~~~~~~~0F85
|
||||
|
||||
|
@ -184,7 +184,7 @@ au~237,1~~8,89~~~~~~~0F7D~~8,104
|
|||
//need +I as well
|
||||
|
||||
<?Input:Sanskrit?>
|
||||
k+Sh~176,1~~1,69~1,109~1,122~1,123~1,125~10,116~10,125~0F69
|
||||
k+Sh~175,1~~1,69~1,109~1,122~1,123~1,125~10,116~10,125~0F69
|
||||
k+k~33,2~~3,33~1,109~4,120~1,123~1,125~4,106~4,113
|
||||
k+kh~34,2~~3,34~1,109~4,120~1,123~1,125~4,106~4,113
|
||||
k+ng~35,2~~3,35~1,109~4,120~1,123~1,125~4,106~4,113
|
||||
|
@ -446,8 +446,8 @@ n+n+y~123,3~~6,34~1,109~6,122~1,123~1,125~6,108~6,115
|
|||
n+p~124,3~~6,35~1,109~6,120~1,123~1,125~6,106~6,113
|
||||
n+p+r~125,3~~6,36~1,109~6,121~1,123~1,125~6,107~6,114
|
||||
n+ph~126,3~~6,37~1,109~6,120~1,123~1,125~6,106~6,113
|
||||
n+m~253,3~~6,39~1,109~6,120~1,123~1,125~6,106~6,113
|
||||
n+b+h+y~128,3~~6,38~1,109~6,125~1,123~1,125~6,111~6,118
|
||||
n+m~253,3~~6,38~1,109~6,120~1,123~1,125~6,106~6,113
|
||||
n+b+h+y~128,3~~6,39~1,109~6,125~1,123~1,125~6,111~6,118
|
||||
n+ts~129,3~~6,40~1,109~6,120~1,123~1,125~6,106~6,113
|
||||
n+y~130,3~~6,41~1,109~6,120~1,123~1,125~6,106~6,113
|
||||
n+r~131,3~~6,42~1,109~6,120~1,123~1,125~6,106~6,113
|
||||
|
@ -925,7 +925,7 @@ triple black pebble~121,5~~9,121~~~~~~~0FCF
|
|||
124,5~~9,124
|
||||
125,5~~9,125
|
||||
126,5~~9,126
|
||||
128,5~~10, 33
|
||||
128,5~~10,33
|
||||
|
||||
logo sign chad.rtags~129,5~~10,34~~~~~~~0F15
|
||||
logo sign lhag.rtags~130,5~~10,35~~~~~~~0F16
|
||||
|
|
Loading…
Reference in a new issue