Fixed ACIP->TMW vowels like 'I etc.
Fixed ACIP->Unicode/TMW for BDE, which should be B-DE, not B+DE, because the former is legal Tibetan. The ACIP->EWTS subroutine has improved. TMW->Wylie and TMW->ACIP are improved in error cases. TMW->ACIP has friendly embedded error messages now.
This commit is contained in:
parent
16817d0b8e
commit
115d0e0e6c
14 changed files with 689 additions and 472 deletions
|
@ -168,7 +168,7 @@ public final class DuffCode {
|
|||
* recursion (manifesting as a StackOverflowError)) */
|
||||
public String toString(boolean TMW) {
|
||||
boolean[] err = new boolean[] { false };
|
||||
return "<duffcode font="
|
||||
return "<glyph font="
|
||||
+ (TMW
|
||||
? TibetanMachineWeb.tmwFontNames
|
||||
: TibetanMachineWeb.tmFontNames)[fontNum]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue