Handles more TibetanMachine oddballs.
This commit is contained in:
parent
b9219640e5
commit
09a55110b7
1 changed files with 3 additions and 0 deletions
|
@ -1033,6 +1033,9 @@ private static DuffCode getUnusualTMtoTMW(int font, int code) {
|
|||
case 377: // 0=t-w
|
||||
return TMtoTMW[font][143 - 32];
|
||||
|
||||
case 378: // 1=reverse-ta--reverse-ta
|
||||
return TMtoTMW[font][159 - 32];
|
||||
|
||||
case 402: // 1=dz-ny 2=n-r 3=h-y
|
||||
return TMtoTMW[font][131 - 32];
|
||||
|
||||
|
|
Loading…
Reference in a new issue