EWTS->TMW fixes. Wowel handling still isn't perfect but I'm lazy.
Jskad now uses the new EWTS->TMW routine, not the old, and thus the "(Buggy)" label is [unfairly, perhaps] dropped.
This commit is contained in:
parent
0f99c402df
commit
982350371d
7 changed files with 129 additions and 86 deletions
|
@ -22,7 +22,15 @@ package org.thdl.tib.text;
|
|||
* @see TibetanMachineWeb */
|
||||
public interface THDLWylieConstants {
|
||||
/**
|
||||
* the Wylie for bindu/anusvara
|
||||
* the Wylie for U+0F82
|
||||
*/
|
||||
public static final String U0F82 = "~M`";
|
||||
/**
|
||||
* the Wylie for U+0F83
|
||||
*/
|
||||
public static final String U0F83 = "~M";
|
||||
/**
|
||||
* the Wylie for bindu/anusvara (U+0F7E)
|
||||
*/
|
||||
public static final char BINDU = 'M';
|
||||
/**
|
||||
|
@ -52,6 +60,10 @@ public interface THDLWylieConstants {
|
|||
*/
|
||||
public static final String WYLIE_aVOWEL = "a";
|
||||
/**
|
||||
* the Wylie for U+0F39
|
||||
*/
|
||||
public static final String WYLIE_TSA_PHRU = "^";
|
||||
/**
|
||||
* the Wylie for achung
|
||||
*/
|
||||
public static final char ACHUNG_character = '\'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue