Handles more TibetanMachine oddballs.
This commit is contained in:
parent
e97e1c8464
commit
b9219640e5
1 changed files with 3 additions and 0 deletions
|
@ -1024,6 +1024,9 @@ private static DuffCode getUnusualTMtoTMW(int font, int code) {
|
|||
case 352: // 1=dz-wazur, 0=k-wazur
|
||||
return TMtoTMW[font][138 - 32];
|
||||
|
||||
case 357: // 2=b-t
|
||||
return TMtoTMW[font][157 - 32];
|
||||
|
||||
case 353: // 0=d-r-w
|
||||
return TMtoTMW[font][154 - 32];
|
||||
|
||||
|
|
Loading…
Reference in a new issue